Skip to content

Commit

Permalink
Revert [Test] Re-try paratest (#3753) (#3754)
Browse files Browse the repository at this point in the history
This reverts commit 6c1045f.
  • Loading branch information
samsonasik authored May 7, 2023
1 parent 6c1045f commit 3e5c7ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ jobs:

- uses: "ramsey/composer-install@v2"

- run: vendor/bin/paratest ${{ matrix.path }} --colors
- run: vendor/bin/phpunit ${{ matrix.path }} --colors
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
"webmozart/assert": "^1.11"
},
"require-dev": {
"brianium/paratest": "^7.1",
"cweagans/composer-patches": "^1.7.2",
"icanhazstring/composer-unused": "^0.8.5",
"myclabs/php-enum": "^1.8.4",
Expand Down Expand Up @@ -119,7 +118,7 @@
"@check-cs",
"@phpstan",
"@docs",
"paratest"
"phpunit"
],
"check-cs": "vendor/bin/ecs check --ansi",
"fix-cs": "vendor/bin/ecs check --fix --ansi",
Expand Down

0 comments on commit 3e5c7ba

Please sign in to comment.