Skip to content

Commit cb76159

Browse files
committed
Create phpunit.xml.dist
1 parent 70d9a42 commit cb76159

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

phpunit.xml.dist

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
3+
<phpunit processIsolation="false"
4+
colors="true"
5+
stopOnFailure="false"
6+
syntaxCheck="false">
7+
<testsuites>
8+
<testsuite name="Stringy">
9+
<directory>tests</directory>
10+
</testsuite>
11+
</testsuites>
12+
</phpunit>

0 commit comments

Comments
 (0)