Skip to content

Commit

Permalink
Merge pull request #116 from ro0NL/patch-1
Browse files Browse the repository at this point in the history
Pre-install PHPUnit 8 with simple-phpunit
  • Loading branch information
jakzal authored Jun 29, 2019
2 parents 62c6c49 + e6f784b commit 34e34d4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions resources/tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -719,10 +719,11 @@
"links": {"%target-dir%/simple-phpunit": "simple-phpunit"}
},
"sh": {
"command": "simple-phpunit install"
"command": "simple-phpunit install && SYMFONY_PHPUNIT_VERSION=8.2 simple-phpunit install"
}
},
"test": "simple-phpunit --version"
"test": "simple-phpunit --version",
"tags": ["exclude-php:7.1"]
},
{
"name": "testability",
Expand Down

0 comments on commit 34e34d4

Please sign in to comment.