Skip to content

Commit 774ff35

Browse files
author
Bastian Schwarz
committed
Migrated phpunit config
1 parent 5925d73 commit 774ff35

2 files changed

Lines changed: 19 additions & 19 deletions

File tree

.idea/deployer.command.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: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -15,23 +15,24 @@
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>
29-
<testsuites>
30-
<testsuite name="all">
31-
<directory>.</directory>
32-
</testsuite>
33-
</testsuites>
34-
<php>
35-
<ini name="date.timezone" value="Europe/Berlin"/>
36-
</php>
25+
<testsuites>
26+
<testsuite name="all">
27+
<directory>.</directory>
28+
</testsuite>
29+
</testsuites>
30+
<php>
31+
<ini name="date.timezone" value="Europe/Berlin"/>
32+
</php>
33+
<source>
34+
<include>
35+
<directory suffix=".php">./../src</directory>
36+
</include>
37+
</source>
3738
</phpunit>

0 commit comments

Comments
 (0)