Skip to content

Commit 9328fd3

Browse files
author
Bastian Schwarz
committed
Migrated phpunit config
1 parent 5869b45 commit 9328fd3

2 files changed

Lines changed: 10 additions & 11 deletions

File tree

.idea/deployer.composer.iml

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/phpunit.dist.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,12 @@
1616
~
1717
-->
1818
<phpunit
19-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.0/phpunit.xsd"
21-
colors="true"
22-
bootstrap="./../vendor/autoload.php"
23-
cacheDirectory="../.cache/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"
2424
>
25-
<coverage>
26-
<include>
27-
<directory suffix=".php">./../src</directory>
28-
</include>
29-
</coverage>
3025
<testsuites>
3126
<testsuite name="all">
3227
<directory>.</directory>
@@ -35,4 +30,9 @@
3530
<php>
3631
<ini name="date.timezone" value="Europe/Berlin"/>
3732
</php>
33+
<source>
34+
<include>
35+
<directory suffix=".php">./../src</directory>
36+
</include>
37+
</source>
3838
</phpunit>

0 commit comments

Comments
 (0)