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.

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

<!-- 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"
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/6.5/phpunit.xsd"
backupGlobals="false"
printerClass="rpkamp\FancyTestdoxPrinter"
colors="true"
bootstrap="../../vendor/autoload.php"
>
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"require-dev": {
"phpunit/phpunit": "^6.5.0",
"phpunit/dbunit": "^3.0.0",
"rpkamp/fancy-testdox-printer": "^0.2.2",
"squizlabs/php_codesniffer": "^3.2.0",
"phpstan/phpstan": "^0.7.0",
"nette/caching": "^2.5.0 || ^3.0.0",
Expand Down

0 comments on commit 3c19db0

Please sign in to comment.