Skip to content

Commit 50e5938

Browse files
authored
Remove PHPUnit 9 code (#1090)
1 parent 2d8a86b commit 50e5938

File tree

4 files changed

+0
-37
lines changed

4 files changed

+0
-37
lines changed

.gitattributes

-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,5 @@
1515
CHANGELOG.md export-ignore
1616
phpstan.neon.dist export-ignore
1717
phpunit.xml.dist export-ignore
18-
phpunit9.xml.dist export-ignore
1918
testbench.yaml export-ignore
2019
UPGRADE.md export-ignore

.github/workflows/browser-tests.yml

-7
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,7 @@ jobs:
5656
- name: Run Laravel Server
5757
run: php vendor/bin/testbench serve --no-reload &
5858

59-
- name: Execute tests
60-
if: matrix.phpunit == '9'
61-
run: php vendor/bin/phpunit --no-coverage --no-configuration --dont-report-useless-tests --bootstrap vendor/autoload.php --color tests/Browser
62-
env:
63-
APP_URL: http://127.0.0.1:8000
64-
6559
- name: Execute tests
6660
run: php vendor/bin/phpunit -c phpunit.dusk.xml.dist
67-
if: matrix.phpunit != '9'
6861
env:
6962
APP_URL: http://127.0.0.1:8000

.github/workflows/tests.yml

-5
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,6 @@ jobs:
4848
composer update --prefer-dist --no-interaction --no-progress
4949
5050
- name: Execute tests
51-
if: matrix.phpunit == '9'
52-
run: vendor/bin/phpunit -c phpunit9.xml.dist --verbose
53-
54-
- name: Execute tests
55-
if: matrix.phpunit != '9'
5651
run: vendor/bin/phpunit -c phpunit.xml.dist
5752

5853
stub-tests:

phpunit9.xml.dist

-24
This file was deleted.

0 commit comments

Comments
 (0)