-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DEP Use carets instead of dev requirements and use phpunit 9
- Loading branch information
1 parent
e0ed8d4
commit 6110f07
Showing
3 changed files
with
18 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,11 @@ | ||
<phpunit bootstrap="vendor/silverstripe/framework/tests/bootstrap.php" colors="true"> | ||
<testsuite name="recipe-ccl"> | ||
<directory>vendor/cwp/cwp-core/tests</directory> | ||
<directory>vendor/silverstripe/auditor/tests</directory> | ||
<directory>vendor/silverstripe/environmentcheck/tests</directory> | ||
<directory>vendor/silverstripe/hybridsessions/tests</directory> | ||
<directory>vendor/silverstripe/mimevalidator/tests</directory> | ||
</testsuite> | ||
<testsuites> | ||
<testsuite name="recipe-ccl"> | ||
<directory>vendor/cwp/cwp-core/tests</directory> | ||
<directory>vendor/silverstripe/auditor/tests</directory> | ||
<directory>vendor/silverstripe/environmentcheck/tests</directory> | ||
<directory>vendor/silverstripe/hybridsessions/tests</directory> | ||
<directory>vendor/silverstripe/mimevalidator/tests</directory> | ||
</testsuite> | ||
</testsuites> | ||
</phpunit> |