コード例 #1
0
ファイル: MapperTest.php プロジェクト: rchicoli/owncloud-core
 public function testMapperShouldSetTableName()
 {
     $this->assertEquals('*PREFIX*table', $this->mapper->getTableName());
 }