Skip to content

Commit 53c2ffe

Browse files
committed
Add monitoring to testsuite
1 parent a53935e commit 53c2ffe

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

phpunit.xml.dist

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,10 @@
108108
<testsuite name="wamp transport">
109109
<directory>pkg/wamp/Tests</directory>
110110
</testsuite>
111+
112+
<testsuite name="monitoring">
113+
<directory>pkg/monitoring/Tests</directory>
114+
</testsuite>
111115
</testsuites>
112116

113117
<php>

0 commit comments

Comments
 (0)