Skip to content

Commit a1e2447

Browse files
Merge branch '11.0'
2 parents ea11c4b + 43d1b77 commit a1e2447

File tree

5 files changed

+2
-75
lines changed

5 files changed

+2
-75
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
run: php ./tools/composer install --no-ansi --no-interaction --no-progress
136136

137137
- name: Run tests with PHPUnit
138-
run: php ./phpunit --testsuite unit
138+
run: php ./phpunit --testsuite unit --order-by depends,random
139139

140140
end-to-end-tests:
141141
name: End-to-End Tests
@@ -182,7 +182,7 @@ jobs:
182182
run: php ./tools/composer install --no-ansi --no-interaction --no-progress
183183

184184
- name: Run tests with PHPUnit
185-
run: php ./phpunit --testsuite end-to-end
185+
run: php ./phpunit --testsuite end-to-end --order-by depends,random
186186

187187
code-coverage:
188188
name: Code Coverage

tests/end-to-end/regression/5487.phpt

Lines changed: 0 additions & 22 deletions
This file was deleted.

tests/end-to-end/regression/5487/phpunit.xml

Lines changed: 0 additions & 11 deletions
This file was deleted.

tests/end-to-end/regression/5487/tests/bar/BarTest.php

Lines changed: 0 additions & 20 deletions
This file was deleted.

tests/end-to-end/regression/5487/tests/foo/FooTest.php

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)