'shopit', 'nombre' => 'ShopIt', 'dominio' => 'admin.shopit.test', ]); $websiteType->setRelation('siteLogo', null); $websiteType->setRelation('footerLogo', null); $data = AdminAppBootstrapResource::make([ 'website_type' => $websiteType, ])->resolve(request()); $this->assertSame('shopit', $data['website_type_code']); $this->assertArrayNotHasKey('forms', $data); } }