Skip to content

Commit 2bf231d

Browse files
committed
Add test suite to phpunit.xml.
This saves having to type the filename containing the tests when running PHPUnit.
1 parent ca46b9d commit 2bf231d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

phpunit.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,9 @@
44
colors="true"
55
convertNoticesToExceptions="true"
66
convertWarningsToExceptions="true">
7+
<testsuites>
8+
<testsuite name="MyModel Test Suite">
9+
<file>./tests/MY_Model_test.php</file>
10+
</testsuite>
11+
</testsuites>
712
</phpunit>

0 commit comments

Comments
 (0)