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 7d7e071 commit 89da886Copy full SHA for 89da886
phpunit.xml.dist
@@ -1,13 +1,9 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.4/phpunit.xsd"
4
- backupGlobals="false"
5
bootstrap="vendor/autoload.php"
6
colors="true"
7
- processIsolation="false"
8
- stopOnFailure="false"
9
cacheDirectory=".phpunit.cache"
10
- backupStaticProperties="false"
11
>
12
<coverage/>
13
<testsuites>
@@ -23,7 +19,7 @@
23
19
</php>
24
20
<source>
25
21
<include>
26
- <directory suffix=".php">./src</directory>
22
+ <directory suffix="Test.php">./src</directory>
27
</include>
28
</source>
29
</phpunit>
0 commit comments