Ejemplo n.º 1
0
 /**
  * @test
  */
 public function existsTableForInexistentTableReturnsFalse()
 {
     self::assertFalse(Tx_Oelib_Db::existsTable('tx_oelib_doesnotexist'));
 }