Skip to content

Commit

Permalink
API phpunit 9 support
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Oct 19, 2021
1 parent 52be836 commit 9d52970
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"silverstripe/elemental-bannerblock": "2.x-dev"
},
"require-dev": {
"sminnee/phpunit": "^5.7"
"phpunit/phpunit": "^9"
},
"suggest": {
"dnadesign/silverstripe-elemental-userforms": "Add integration logic for Elemental and Userforms"
Expand Down
12 changes: 7 additions & 5 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
<phpunit bootstrap="vendor/silverstripe/cms/tests/bootstrap.php" colors="true">
<testsuite name="recipe-content-blocks">
<directory>vendor/dnadesign/silverstripe-elemental/tests</directory>
<directory>vendor/silverstripe/elemental-fileblock/tests</directory>
<directory>vendor/silverstripe/elemental-bannerblock/tests</directory>
</testsuite>
<testsuites>
<testsuite name="recipe-content-blocks">
<directory>vendor/dnadesign/silverstripe-elemental/tests</directory>
<directory>vendor/silverstripe/elemental-fileblock/tests</directory>
<directory>vendor/silverstripe/elemental-bannerblock/tests</directory>
</testsuite>
</testsuites>
</phpunit>

0 comments on commit 9d52970

Please sign in to comment.