Skip to content

Commit

Permalink
Merge pull request #4 from moddengine/phpunit-7
Browse files Browse the repository at this point in the history
Allow compatibility with PHPUnit 7.x
  • Loading branch information
jonathanjfshaw authored Jul 15, 2019
2 parents eaaff77 + d049de3 commit 3ad78fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"require": {
"php": ">=7.0.0",
"behat/behat": "^3.0",
"phpunit/phpunit": "^6.0",
"phpunit/phpunit": ">=6.0 <8.0",
"symfony/dependency-injection": "^3.0"
},
"autoload": {
Expand Down
2 changes: 1 addition & 1 deletion phpunit.xml.dist → phpunit.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit colors="true">
<phpunit colors="true" bootstrap="vendor/autoload.php">
<testsuites>
<testsuite name="PHPUnitBehat">
<directory>./tests</directory>
Expand Down

0 comments on commit 3ad78fb

Please sign in to comment.