예제 #1
0
 protected function setUp()
 {
     parent::setUp();
     set_time_limit(0);
     \Myfox\Lib\AutoLoad::init();
     \Myfox\Lib\AutoLoad::register('myfox\\app', __DIR__ . '/../app');
     \Myfox\Lib\Cache\Apc::cleanAllCache();
 }
예제 #2
0
 protected function tearDown()
 {
     Apc::cleanAllCache();
     parent::tearDown();
 }