Skip to content

Commit 16869c3

Browse files
committed
:octocat:
1 parent 65788d1 commit 16869c3

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

phpunit.xml.dist

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0"?>
22
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd"
3+
xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
44
bootstrap="vendor/autoload.php"
55
cacheResultFile=".build/phpunit.result.cache"
66
colors="true"
@@ -14,7 +14,7 @@
1414
</testsuites>
1515
<source>
1616
<include>
17-
<directory>./src</directory>
17+
<directory>src</directory>
1818
</include>
1919
</source>
2020
<coverage>
@@ -23,7 +23,4 @@
2323
<xml outputDirectory=".build/coverage/coverage-xml"/>
2424
</report>
2525
</coverage>
26-
<logging>
27-
<junit outputFile=".build/logs/junit.xml"/>
28-
</logging>
2926
</phpunit>

0 commit comments

Comments
 (0)