Example #1
0
 /**
  * Generated from @assert ('table_which_does_not_exist') === false.
  */
 public function testGetTableIdByName2()
 {
     $this->assertSame(false, $this->object->getTableIdByName('table_which_does_not_exist'));
 }