Skip to content

Commit

Permalink
[FEATURE] Use the testdox printer for PHPUnit
Browse files Browse the repository at this point in the history
Also update the PHPUnit schema URL to the latest version and drop
a redundant attribute from the PHPUnit configuration file.

Fixes #236
  • Loading branch information
Oliver Klee committed Jan 8, 2018
1 parent aab1d62 commit 3d08a47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Configuration/PHPUnit/phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

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

0 comments on commit 3d08a47

Please sign in to comment.