Skip to content

Commit

Permalink
Added missing phpunit config
Browse files Browse the repository at this point in the history
  • Loading branch information
UndefinedOffset committed May 28, 2018
1 parent 8f4728d commit 6a1c868
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
/.scrutinizer.yml export-ignore
/.gitignore export-ignore
/.editorconfig export-ignore
/phpunit.xml.dist export-ignore
5 changes: 5 additions & 0 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<phpunit bootstrap="vendor/silverstripe/framework/tests/bootstrap.php" colors="true">
<testsuite name="Default">
<directory>tests/</directory>
</testsuite>
</phpunit>

0 comments on commit 6a1c868

Please sign in to comment.