$writer =
new EnvConfigWriter(__DIR__ . '/_fixtures',
$idGenerator);
$info =
new DatabaseConnectionInformation();
$info->
assign([ 'hostname' => 'localhost',
'port' => 3306,
'username' => 'root',
'password' => 'root',
'databaseName' => 'shopware',
]);
$writer->
writeConfig($info,
[ 'name' => 'test',
'locale' => 'de-DE',
'currency' => 'EUR',
'additionalCurrencies' =>
[],
'country' => 'DEU',
'email' => 'test@test.com',
'host' => 'localhost',
'schema' => 'https',
'basePath' => '/shop',
'blueGreenDeployment' => true,
]);