We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65788d1 commit 16869c3Copy full SHA for 16869c3
phpunit.xml.dist
@@ -1,6 +1,6 @@
1
<?xml version="1.0"?>
2
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
- xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd"
+ xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
4
bootstrap="vendor/autoload.php"
5
cacheResultFile=".build/phpunit.result.cache"
6
colors="true"
@@ -14,7 +14,7 @@
14
</testsuites>
15
<source>
16
<include>
17
- <directory>./src</directory>
+ <directory>src</directory>
18
</include>
19
</source>
20
<coverage>
@@ -23,7 +23,4 @@
23
<xml outputDirectory=".build/coverage/coverage-xml"/>
24
</report>
25
</coverage>
26
- <logging>
27
- <junit outputFile=".build/logs/junit.xml"/>
28
- </logging>
29
</phpunit>
0 commit comments