assertInstanceOf(BrandingLogoService::class, $factory->createBrandingLogoService()); $this->assertSame($factory->createBrandingLogoService(), $factory->createBrandingLogoService()); $this->assertInstanceOf(BrandingFaviconService::class, $factory->createBrandingFaviconService()); $this->assertSame($factory->createBrandingFaviconService(), $factory->createBrandingFaviconService()); } }