Exemple #1
0
 function testInvalidProperties()
 {
     $c = new Model1();
     $this->assertFalse($c->properties(1));
     $this->assertFalse($c->columns(1));
     $this->assertFalse($c->columns(NULL));
     $this->assertFalse($c->columns(TRUE));
 }