コード例 #1
0
ファイル: CacheTest.php プロジェクト: liftkit/database
 public function afterConnection()
 {
     parent::afterConnection();
     $this->cache = new Cache();
 }
コード例 #2
0
ファイル: QueryTestCase.php プロジェクト: liftkit/database
 public function afterConnection()
 {
     parent::afterConnection();
     $this->query = $this->connection->createQuery();
     $this->condition = $this->connection->createCondition();
 }