createMock(IRequest::class); $factory = new EventSourceFactory($request); $instance = $factory->create(); $this->assertInstanceOf(IEventSource::class, $instance); } }