示例#1
0
 public function testResetInstance()
 {
     $app = Zym_App::getInstance();
     $app->addResourcePrefix('Test_Prefix', 1);
     Zym_App::resetInstance();
     $app2 = Zym_App::getInstance();
 }
示例#2
0
 public function testResetInstance()
 {
     $this->markTestIncomplete();
     $app = Zym_App::getInstance();
     $app->addResourcePrefix('Test_Prefix', 1);
     Zym_App::resetInstance();
     $app2 = Zym_App::getInstance();
 }