Skip to content

Commit

Permalink
Tests - support paratest
Browse files Browse the repository at this point in the history
  • Loading branch information
pekral committed Nov 18, 2020
1 parent 557905c commit e3e2a43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- Target: check -->
<!-- ============================================ -->
<target name="check" depends="lint, phpcs, phpstan, tests">
<exec command="vendor/bin/phpunit tests" checkreturn="true" passthru="true"/>
<exec command="vendor/bin/paratest tests" checkreturn="true" passthru="true"/>
</target>
<!-- ============================================ -->
<!-- Target: fix -->
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"rakit/validation": "^1.1"
},
"require-dev": {
"brianium/paratest": "^5.0",
"ergebnis/composer-normalize": "^2.5",
"fzaninotto/faker": "^1.7",
"mockery/mockery": "^1.3",
Expand Down

0 comments on commit e3e2a43

Please sign in to comment.