Skip to content

Commit fcaa809

Browse files
committed
make two suites
1 parent 2f6cdcb commit fcaa809

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

test/phpunit.xml.dist

+6
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,12 @@
5454
<file>Message/Update_Fail_Test.php</file>
5555
<file>Message/Delete_Test.php</file>
5656
</testsuite>
57+
<testsuite name="Message">
58+
<directory>Message</directory>
59+
</testsuite>
60+
<testsuite name="Profile">
61+
<directory>Profile</directory>
62+
</testsuite>
5763
</testsuites>
5864

5965
</phpunit>

0 commit comments

Comments
 (0)