Skip to content

Commit 3b59f23

Browse files
committed
Add phpunit config
1 parent 6126f8b commit 3b59f23

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

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="Socks Test Suite">
6+
<directory>./tests/</directory>
7+
</testsuite>
8+
</testsuites>
9+
<filter>
10+
<whitelist>
11+
<directory>./Socks</directory>
12+
</whitelist>
13+
</filter>
14+
</phpunit>

0 commit comments

Comments
 (0)