Example #1
0
 /**
  * @covers Phossa\Event\Event::hasProperty
  */
 public function testHasProperty2()
 {
     $this->assertFalse($this->object->hasProperty(10));
 }