'database:migrate-destructive',
'system:configure-shop',
'dal:refresh:index',
'scheduled-task:register',
'plugin:refresh',
'theme:refresh',
'theme:compile',
'assets:install',
'cache:clear',
]);
$result =
$command->
run(new ArrayInput([]),
new BufferedOutput());
static::
assertEquals(0,
$result);
} public function testBasicSetupFlow(): void
{ $command =
$this->
prepareCommandInstance([ 'system:generate-jwt',
'database:migrate',
'database:migrate-destructive',
'system:configure-shop',