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 83f01a3 commit ccaa148Copy full SHA for ccaa148
phpunit.xml
phpunit.xml.dist
@@ -0,0 +1,11 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
+ xsi:noNamespaceSchemaLocation = "./vendor/phpunit/phpunit/phpunit.xsd"
4
+ cacheResultFile="./data/phpunit.result.cache"
5
+ colors = "true">
6
+ <testsuites>
7
+ <testsuite name="Unit">
8
+ <directory suffix="Test.php">./tests/</directory>
9
+ </testsuite>
10
+ </testsuites>
11
+</phpunit>
0 commit comments