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