Skip to content

Commit

Permalink
Upgraded php unit and installed paratest. (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
OGKevin committed Apr 2, 2018
1 parent 075348e commit b480501
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,15 @@
}
},
"require-dev": {
"brianium/paratest": "^1.1",
"friendsofphp/php-cs-fixer": "^2.4",
"jakub-onderka/php-parallel-lint": "^0.9.2",
"phpro/grumphp": "^0.11.6",
"phpstan/phpstan": "^0.8",
"phpunit/phpunit": "^5.7",
"sensiolabs/security-checker": "^4.1",
"sebastian/phpcpd": "^3.0"
"phpunit/phpunit": "^6.0.13",
},
"bin": [
"bin/bunq-install"
Expand Down
5 changes: 5 additions & 0 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.5/phpunit.xsd"
cacheTokens="false">
<testsuites>
<testsuite name="ParaTest Fixtures">
<directory>./tests/</directory>
</testsuite>
</testsuites>
<testsuites>
<testsuite name="Test Suite">
<directory>./tests</directory>
Expand Down

0 comments on commit b480501

Please sign in to comment.