'id' => 123456,
'domain' => 'shopware.swag',
'verified' => true,
'edition' =>
[ 'name' => 'Community Edition',
'label' => 'Community Edition',
],
],
], \JSON_THROW_ON_ERROR
),
));
$this->frwController->
verifyDomain( new QueryDataBag([ 'domain' => 'shopware.swag',
'testEnvironment' => true,
]),
$context,
);
static::
assertEquals( 'shopware.swag',
$this->
getContainer()->
get(SystemConfigService::
class)->
getString(StoreRequestOptionsProvider::CONFIG_KEY_STORE_LICENSE_DOMAIN
) );
}