mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 15:46:37 +03:00
* Add Recipe for PHPUnit 10 * Reapply suggestions * Remove bridge to Symfony 4.4 bootstrap file
5 lines
138 B
Bash
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
|