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 fb28ea2 commit fd82ed6Copy full SHA for fd82ed6
phpunit.xml.dist
@@ -0,0 +1,13 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<phpunit bootstrap="vendor/autoload.php" colors="true">
3
+ <testsuites>
4
+ <testsuite name="Test Suite">
5
+ <directory>tests/</directory>
6
+ </testsuite>
7
+ </testsuites>
8
+ <filter>
9
+ <whitelist>
10
+ <directory suffix=".php">src/</directory>
11
+ </whitelist>
12
+ </filter>
13
+</phpunit>
0 commit comments