Skip to content

Commit

Permalink
Update phpunit and integration tests to php 7.0
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <coding@schilljs.com>
  • Loading branch information
nickvergessen committed Feb 20, 2018
1 parent c08e867 commit 971bef2
Show file tree
Hide file tree
Showing 4 changed files with 2,686 additions and 45 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ nbproject
/tests/Unit/clover.xml
/tests/Unit/js/node_modules

/tests/Integration/composer.lock
/tests/Integration/output
/tests/Integration/vendor

Expand Down
2 changes: 1 addition & 1 deletion tests/Integration/composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"require-dev": {
"phpunit/phpunit": "~4.8",
"phpunit/phpunit": "~6.5",
"behat/behat": "^3.0",
"guzzlehttp/guzzle": "~5.0",
"jarnaiz/behat-junit-formatter": "^1.3"
Expand Down
Loading

0 comments on commit 971bef2

Please sign in to comment.