We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30409ae commit 47acd5aCopy full SHA for 47acd5a
phpunit.xml.dist
@@ -0,0 +1,14 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+
3
+<phpunit bootstrap="tests/bootstrap.php" colors="true">
4
+ <testsuites>
5
+ <testsuite name="Test Suite">
6
+ <directory>tests/</directory>
7
+ </testsuite>
8
+ </testsuites>
9
+ <filter>
10
+ <whitelist>
11
+ <directory suffix=".php">src</directory>
12
+ </whitelist>
13
+ </filter>
14
+</phpunit>
0 commit comments