Example #1
0
 /**
  * @covers Igorw\EventSource\Event::create
  */
 public function testCreate()
 {
     $event = Event::create();
     $this->assertInstanceOf('Igorw\\EventSource\\Event', $event);
 }