shouldHaveType(UrlFactory::class); } function it_implements_url_factory_interface(): void { $this->shouldImplement(UrlFactoryInterface::class); } function it_creates_empty_sitemap_url(): void { $this->createNew('location')->shouldBeLike(new Url('location')); } }