Files
symfony-flex-recipes/phpunit/phpunit/10.0/.env.test
T
Alexander SchranzandGitHub 12d560b51b Add Recipe for PHPUnit 10 (#1239)
* Add Recipe for PHPUnit 10

* Reapply suggestions

* Remove bridge to Symfony 4.4 bootstrap file
2025-03-07 09:37:31 +01:00

5 lines
138 B
Bash

# define your env variables for the test env here
KERNEL_CLASS='App\Kernel'
APP_SECRET='$ecretf0rt3st'
SYMFONY_DEPRECATIONS_HELPER=999999