예제 #1
0
 public function setup()
 {
     $this->connection = TestEnv::getDbConnection();
 }
예제 #2
0
파일: TestCase.php 프로젝트: vincenta/stato
 public function setup()
 {
     TestEnv::createTestDatabase();
     $this->connection = TestEnv::getDbConnection();
     parent::setup();
 }