Skip to content

Commit 01b1c62

Browse files
committed
Add phpunit config
1 parent 5832683 commit 01b1c62

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

phpunit.xml.dist

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
3+
<phpunit colors="true">
4+
<testsuites>
5+
<testsuite name="Datagram Test Suite">
6+
<directory>./tests/</directory>
7+
</testsuite>
8+
</testsuites>
9+
<filter>
10+
<whitelist>
11+
<directory>./Datagram</directory>
12+
</whitelist>
13+
</filter>
14+
</phpunit>

0 commit comments

Comments
 (0)