Skip to content

Commit

Permalink
Use recommended testsuite names
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed Dec 2, 2017
1 parent d7cf3e7 commit 5d78dee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions phpunit.xml.dist
Expand Up @@ -14,13 +14,13 @@
</php>

<testsuites>
<testsuite name="CakePHP Test Suite">
<testsuite name="cakephp">
<directory>./tests/TestCase/</directory>
<!-- Excludes are required in order to let DatabaseSuite decorate the tests -->
<exclude>./tests/TestCase/Database/</exclude>
<exclude>./tests/TestCase/ORM/</exclude>
</testsuite>
<testsuite name="Database Test Suite">
<testsuite name="database">
<file>./tests/TestCase/DatabaseSuite.php</file>
</testsuite>
</testsuites>
Expand Down

0 comments on commit 5d78dee

Please sign in to comment.