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 6e98e69 commit 5c42396Copy full SHA for 5c42396
phpunit.xml
@@ -2,10 +2,15 @@
2
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
4
bootstrap="vendor/autoload.php"
5
- colors="true"
6
-> <testsuites>
7
- <testsuite name="Unit">
8
- <directory suffix="Test.php">./tests</directory>
9
- </testsuite>
10
- </testsuites>
+ colors="true">
+ <testsuites>
+ <testsuite name="Unit">
+ <directory suffix="Test.php">./tests</directory>
+ </testsuite>
+ </testsuites>
11
+ <source>
12
+ <include>
13
+ <directory suffix=".php">src</directory>
14
+ </include>
15
+ </source>
16
</phpunit>
0 commit comments