shouldHaveType(ImageFactory::class); } function it_implements_image_factory_interface(): void { $this->shouldImplement(ImageFactoryInterface::class); } function it_creates_empty_sitemap_url(): void { $this->createNew('location')->shouldBeLike(new Image('location')); } }