Skip to content

Commit d5f006f

Browse files
committed
remove brianium/paratest
1 parent 5acdfca commit d5f006f

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

.github/workflows/phpunits.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -137,11 +137,7 @@ jobs:
137137
- name: Run test suite
138138
id: unit-run
139139
run: |
140-
if [[ $DB_CONNECTION == "mariadb" ]]; then
141-
composer unit
142-
else
143-
composer parabench
144-
fi
140+
composer parabench
145141
env:
146142
WALLET_CACHE_DRIVER: ${{ matrix.caches }}
147143
WALLET_LOCK_DRIVER: ${{ matrix.locks }}

composer.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
"ramsey/uuid": "^4.0"
3333
},
3434
"require-dev": {
35-
"brianium/paratest": "^7.4",
3635
"driftingly/rector-laravel": "^1.0",
3736
"ergebnis/phpstan-rules": "^2.1",
3837
"infection/infection": "~0.27",
@@ -62,8 +61,6 @@
6261
},
6362
"scripts": {
6463
"docs": "@php -S localhost:3000 -t ./docs",
65-
"unit":"@php vendor/bin/phpunit --coverage-xml=build/coverage-xml --log-junit=build/junit.xml",
66-
"paraunit":"@php vendor/bin/paratest --coverage-xml=build/coverage-xml --log-junit=build/junit.xml",
6764
"parabench":"@php ./vendor/bin/testbench package:test --coverage-xml=build/coverage-xml --log-junit=build/junit.xml",
6865
"infect": "@php vendor/bin/infection --coverage=build --min-msi=50 -j$(nproc) --only-covering-test-cases",
6966
"phpstan": ["@phpstan-src", "@phpstan-tests"],

0 commit comments

Comments
 (0)