Skip to content

Commit

Permalink
Merge pull request #3 from PatUlm/feature/phpunit9
Browse files Browse the repository at this point in the history
Update to phpunit9
  • Loading branch information
t1gor authored Mar 16, 2021
2 parents 402e833 + 0690d09 commit 41438a0
Show file tree
Hide file tree
Showing 5 changed files with 915 additions and 346 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
composer.phar
/vendor/
/build/
/tests/.phpunit.result.cache

# Commit your application's lock file https://getcomposer.org/doc/01-basic-usage.md#commit-your-composer-lock-file-to-version-control
# You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"description": "Arcanist util to run tests and generate code coverage reports for phpunit7 format.",
"keywords": ["arc", "phpunit7", "unit-test", "testing", "phabricator"],
"type": "library",
"minimum-stability": "dev",
"minimum-stability": "stable",
"require": {
"phpunit/phpunit": "^8.0"
"phpunit/phpunit": "^9.0"
},
"scripts": {
"test": "./vendor/bin/phpunit -c tests/phpunit.xml.dist"
Expand Down
Loading

0 comments on commit 41438a0

Please sign in to comment.