コード例 #1
0
ファイル: NestedSetsTest.php プロジェクト: kandy/system
 protected function setUp()
 {
     parent::setUp();
     $this->table = System_Locator_TableLocator::getInstance()->get('Tree');
 }
コード例 #2
0
ファイル: AuthTest.php プロジェクト: kandy/system
 /**
  * Sets up the fixture, for example, opens a network connection.
  * This method is called before a test is executed.
  */
 protected function setUp()
 {
     parent::setUp();
     $this->object = new System_Controller_Action_Helper_Auth();
     $this->setBootstrap(System_Application::getInstance()->getBootstrap());
 }