コード例 #1
0
ファイル: VoodOrmTest.php プロジェクト: nivertech/VoodOrm
 public function testTable()
 {
     $this->assertInstanceOf("Voodoo\\Core\\VoodOrm", $this->VoodOrm->table("new_table"));
 }