public function testIsInvalidFalse()
 {
     $this->assertFalse($this->object->isValid(new \stdClass()));
 }