コード例 #1
0
ファイル: DataMapperTest.php プロジェクト: rokite/windwalker
 /**
  * Method to test getDb().
  *
  * @return void
  *
  * @covers Windwalker\DataMapper\DataMapper::getDb
  */
 public function testGetAndSetDb()
 {
     $this->assertInstanceOf('Windwalker\\DataMapper\\Adapter\\WindwalkerAdapter', $this->instance->getDb());
 }