Skip to content

replace the PHPUnit bridge with native PHPUnit 11.5 #159

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -116,10 +116,7 @@ jobs:
run: |
composer update --no-progress ${{ matrix.composer-options }}

- name: 'Install PHPUnit'
run: 'vendor/bin/simple-phpunit install'

- name: 'Run tests'
run: |
vendor/bin/simple-phpunit --testsuite="unit tests"
vendor/bin/simple-phpunit --testsuite="integration tests"
vendor/bin/phpunit --testsuite="unit tests"
vendor/bin/phpunit --testsuite="integration tests"
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -27,7 +27,7 @@
},
"require-dev": {
"phpstan/phpstan": "^2.1",
"symfony/phpunit-bridge": "^6.4||^7.0",
"phpunit/phpunit": "^11.5",
"symfony/translation": "^6.4||^7.0"
},
"conflict": {