Skip to content

Commit

Permalink
Merge pull request #2571 from CachetHQ/paratest
Browse files Browse the repository at this point in the history
Use paratest for faster tests
  • Loading branch information
jbrooksuk committed Jun 13, 2017
2 parents 0ecfb17 + 16b5507 commit 19ac600
Show file tree
Hide file tree
Showing 3 changed files with 165 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ install: travis_retry composer install --no-interaction --no-scripts --prefer-so
notifications:
email: false

script: vendor/bin/phpunit
script: vendor/bin/paratest -p 4 --max-batch-size 256
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
},
"require-dev": {
"alt-three/testbench": "^1.11",
"brianium/paratest": "^0.15.0",
"filp/whoops": "^2.1",
"fzaninotto/faker": "^1.6",
"graham-campbell/testbench-core": "^1.1",
Expand Down
164 changes: 163 additions & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 19ac600

Please sign in to comment.