public function test_that_create_returns_exception_instance() { $exception = EventException::create('Event error'); $this->assertInstanceOf('Novuso\\Common\\Application\\Messaging\\Event\\Exception\\EventException', $exception); }