Removed config/bootstrap.php which was left over from symfony 4.4 and which caused problems with phpunit

This commit is contained in:
Jan Böhmer 2023-05-28 01:01:19 +02:00
parent 1dbf36b86b
commit 132aac3951
2 changed files with 0 additions and 24 deletions

View file

@ -9,7 +9,6 @@
>
<php>
<ini name="error_reporting" value="-1"/>
<server name="KERNEL_CLASS" value="App\Kernel"/>
<server name="APP_ENV" value="test" force="true"/>
<server name="SHELL_VERBOSITY" value="-1"/>
<server name="SYMFONY_PHPUNIT_REMOVE" value=""/>