Skip to content

Commit

Permalink
Remove PHPUnit 9 code (#1090)
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints authored Mar 13, 2024
1 parent 2d8a86b commit 50e5938
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 37 deletions.
1 change: 0 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,5 @@
CHANGELOG.md export-ignore
phpstan.neon.dist export-ignore
phpunit.xml.dist export-ignore
phpunit9.xml.dist export-ignore
testbench.yaml export-ignore
UPGRADE.md export-ignore
7 changes: 0 additions & 7 deletions .github/workflows/browser-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,7 @@ jobs:
- name: Run Laravel Server
run: php vendor/bin/testbench serve --no-reload &

- name: Execute tests
if: matrix.phpunit == '9'
run: php vendor/bin/phpunit --no-coverage --no-configuration --dont-report-useless-tests --bootstrap vendor/autoload.php --color tests/Browser
env:
APP_URL: http://127.0.0.1:8000

- name: Execute tests
run: php vendor/bin/phpunit -c phpunit.dusk.xml.dist
if: matrix.phpunit != '9'
env:
APP_URL: http://127.0.0.1:8000
5 changes: 0 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,6 @@ jobs:
composer update --prefer-dist --no-interaction --no-progress
- name: Execute tests
if: matrix.phpunit == '9'
run: vendor/bin/phpunit -c phpunit9.xml.dist --verbose

- name: Execute tests
if: matrix.phpunit != '9'
run: vendor/bin/phpunit -c phpunit.xml.dist

stub-tests:
Expand Down
24 changes: 0 additions & 24 deletions phpunit9.xml.dist

This file was deleted.

0 comments on commit 50e5938

Please sign in to comment.