Skip to content

Commit

Permalink
Fix recurise tests
Browse files Browse the repository at this point in the history
  • Loading branch information
almasaeed2010 committed Mar 29, 2018
1 parent 573fac5 commit 220131d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<testsuites>
<testsuite name="default">
<directory suffix="Test.php">tests</directory>
<exclude>tests/test_module</exclude>
</testsuite>
</testsuites>
</phpunit>
2 changes: 1 addition & 1 deletion tests/test_module/composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"require": {
"phpunit/phpunit": "^7.0"
"phpunit/phpunit": "^6 || ^7.0"
}
}

0 comments on commit 220131d

Please sign in to comment.