Skip to content

Commit b402133

Browse files
author
Bastian Schwarz
committed
Migrated PHPUnit config
1 parent 7fad5ac commit b402133

1 file changed

Lines changed: 11 additions & 10 deletions

File tree

test/phpunit.dist.xml

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,13 @@
1515
~ limitations under the License.
1616
~
1717
-->
18-
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.0/phpunit.xsd"
20-
colors="true"
21-
bootstrap="./../vendor/autoload.php"
22-
cacheDirectory="../.cache/phpunit"
18+
<phpunit
19+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd"
21+
colors="true"
22+
bootstrap="./../vendor/autoload.php"
23+
cacheDirectory="../.cache/phpunit"
2324
>
24-
<coverage>
25-
<include>
26-
<directory suffix=".php">./../src</directory>
27-
</include>
28-
</coverage>
2925
<testsuites>
3026
<testsuite name="all">
3127
<directory>.</directory>
@@ -34,4 +30,9 @@
3430
<php>
3531
<ini name="date.timezone" value="Europe/Berlin"/>
3632
</php>
33+
<source>
34+
<include>
35+
<directory suffix=".php">./../src</directory>
36+
</include>
37+
</source>
3738
</phpunit>

0 commit comments

Comments
 (0)