We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1aef1a8 commit 4ba1bceCopy full SHA for 4ba1bce
phpunit.xml
@@ -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