Skip to content

Commit ebc6606

Browse files
committed
update phpunit config
1 parent 844ece3 commit ebc6606

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

tests/unit/phpunit.xml.dist

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22

33
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/6.1/phpunit.xsd"
4+
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/10.4/phpunit.xsd"
55
colors="true"
66
columns="max"
77
bootstrap="../../bootstrap.php"
@@ -20,6 +20,11 @@
2020
</exclude>
2121
</whitelist>
2222
</filter>
23+
<source>
24+
<include>
25+
<directory>../../src</directory>
26+
</include>
27+
</source>
2328

2429
<php>
2530
<ini name="date.timezone" value="UTC"/>

0 commit comments

Comments
 (0)