Exemplo n.º 1
0
 public function testInTableFalseWithTable()
 {
     $this->assertFalse(Model1::test_in_table('not_a_column', 'model_1'));
 }