File tree Expand file tree Collapse file tree 4 files changed +9
-12
lines changed
Expand file tree Collapse file tree 4 files changed +9
-12
lines changed Original file line number Diff line number Diff line change 11# define your env variables for the test env here
22KERNEL_CLASS = ' App\Kernel'
3- APP_SECRET = ' $ecretf0rt3st'
4- DATABASE_URL = mysql://root:bewelcome_root_dev@db:3306/bewelcome-test
5- JWT_SECRET_KEY = %kernel.project_dir%/config/jwt/private-test.pem
6- JWT_PUBLIC_KEY = %kernel.project_dir%/config/jwt/public-test.pem
7- JWT_PASSPHRASE = A2706413B33785537E7421AC51D62C46
3+ APP_SECRET = ' $ecretf0rt3st'
Original file line number Diff line number Diff line change @@ -85,5 +85,5 @@ yarn-error.log
8585
8686# ##> phpunit/phpunit ###
8787/phpunit.xml
88- .phpunit.cache
88+ / .phpunit.cache /
8989# ##< phpunit/phpunit ###
Original file line number Diff line number Diff line change 370370 "version": "3.0.5"
371371 },
372372 "phpunit/phpunit": {
373- "version": "9.6 ",
373+ "version": "12.3 ",
374374 "recipe": {
375375 "repo": "github.com/symfony/recipes",
376376 "branch": "main",
377- "version": "9.6 ",
378- "ref": "7364a21d87e658eb363c5020c072ecfdc12e2326 "
377+ "version": "11.1 ",
378+ "ref": "c6658a60fc9d594805370eacdf542c3d6b5c0869 "
379379 },
380380 "files": [
381- "./.env.test",
382- "./phpunit.xml.dist",
383- "./tests/bootstrap.php"
381+ ".env.test",
382+ "bin/phpunit",
383+ "phpunit.xml.dist",
384+ "tests/bootstrap.php"
384385 ]
385386 },
386387 "psr/cache": {
You can’t perform that action at this time.
0 commit comments