Skip to content

Commit 5c08c8f

Browse files
thisismeonmounteverestthisismeonmounteverest
authored andcommitted
Update recipe for phpunit/phpunit.
1 parent 88fd28e commit 5c08c8f

File tree

4 files changed

+9
-12
lines changed

4 files changed

+9
-12
lines changed

.env.test

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
11
# define your env variables for the test env here
22
KERNEL_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'

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 ###

bin/phpunit

100755100644
File mode changed.

symfony.lock

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -370,17 +370,18 @@
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": {

0 commit comments

Comments
 (0)