diff --git a/tests/custom_bootstrap.php b/tests/custom_bootstrap.php index d4bf1d744..34481ed13 100644 --- a/tests/custom_bootstrap.php +++ b/tests/custom_bootstrap.php @@ -33,6 +33,5 @@ $input = new ArrayInput([ 'command' => 'doctrine:schema:create', - '--no-interaction' => true, ]); $application->run($input, new NullOutput());