예제 #1
0
파일: PageTest.php 프로젝트: uglybob/bh.net
 protected function setUp()
 {
     @session_start();
     $this->controller = new \Bh\Lib\Controller();
     parent::setUp();
 }
예제 #2
0
 protected function setUp()
 {
     parent::setUp();
     $this->entity = new EntityTestClass();
 }