Exemplo n.º 1
0
 public function testDefaultEventName()
 {
     $target = new AssertionEvent();
     $this->assertEquals('assert', AssertionEvent::EVENT_ASSERT);
     $this->assertEquals(AssertionEvent::EVENT_ASSERT, $target->getName());
 }