Exemple #1
0
 public function testValidatePassNull()
 {
     $this->meta->null = true;
     $this->assertTrue($this->object->validate($this->meta, null));
 }