File indexing completed on 2024-05-12 17:25:50

0001 <?php
0002 
0003 class IndexControllerTest extends Zend_Test_PHPUnit_ControllerTestCase
0004 {
0005 
0006     public function setUp()
0007     {
0008         $this->bootstrap = new Zend_Application(APPLICATION_ENV, APPLICATION_PATH . '/configs/application.ini');
0009         parent::setUp();
0010     }
0011 
0012 
0013 }
0014