Skip to content

Commit 3d08a47

Browse files
author
Oliver Klee
committed
[FEATURE] Use the testdox printer for PHPUnit
Also update the PHPUnit schema URL to the latest version and drop a redundant attribute from the PHPUnit configuration file. Fixes #236
1 parent aab1d62 commit 3d08a47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Configuration/PHPUnit/phpunit.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
<!-- https://phpunit.de/manual/current/en/appendixes.configuration.html -->
44
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5-
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/6.2/phpunit.xsd"
6-
backupGlobals="false"
5+
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/6.5/phpunit.xsd"
6+
printerClass="PHPUnit\Util\TestDox\CliTestDoxPrinter"
77
colors="true"
88
bootstrap="../../vendor/autoload.php"
99
>

0 commit comments

Comments
 (0)