Skip to content

Commit aa4a621

Browse files
committed
Remove PhpunitBridge and install PHPunit 11
1 parent 699ae49 commit aa4a621

File tree

3 files changed

+20
-1
lines changed

3 files changed

+20
-1
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,8 @@
2626
###> phpstan/phpstan ###
2727
phpstan.neon
2828
###< phpstan/phpstan ###
29+
30+
###> phpunit/phpunit ###
31+
/phpunit.xml
32+
.phpunit.result.cache
33+
###< phpunit/phpunit ###

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,11 @@
5858
"phpstan/phpstan": "^1.2",
5959
"phpstan/phpstan-doctrine": "^1.3",
6060
"phpstan/phpstan-symfony": "^1.2",
61+
"phpunit/phpunit": "^11.3",
6162
"symfony/browser-kit": "^7",
6263
"symfony/css-selector": "^7",
6364
"symfony/debug-bundle": "^7",
6465
"symfony/maker-bundle": "^1.36",
65-
"symfony/phpunit-bridge": "^7",
6666
"symfony/stopwatch": "^7",
6767
"symfony/web-profiler-bundle": "^7",
6868
"twbs/bootstrap": "^5"

symfony.lock

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,20 @@
6262
"phpstan.dist.neon"
6363
]
6464
},
65+
"phpunit/phpunit": {
66+
"version": "11.5",
67+
"recipe": {
68+
"repo": "github.com/symfony/recipes",
69+
"branch": "main",
70+
"version": "9.6",
71+
"ref": "7364a21d87e658eb363c5020c072ecfdc12e2326"
72+
},
73+
"files": [
74+
".env.test",
75+
"phpunit.xml.dist",
76+
"tests/bootstrap.php"
77+
]
78+
},
6579
"symfony/apache-pack": {
6680
"version": "1.0",
6781
"recipe": {

0 commit comments

Comments
 (0)