Skip to content

Commit 4ba1bce

Browse files
committed
Create phpunit.xml
1 parent 1aef1a8 commit 4ba1bce

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

phpunit.xml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<phpunit colors="true">
3+
<testsuites>
4+
<testsuite name="PHP: Nelson Martell Lybrary Tests Suite">
5+
<directory>./tests/</directory>
6+
</testsuite>
7+
</testsuites>
8+
</phpunit>

0 commit comments

Comments
 (0)