We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a5ed60 commit 3788129Copy full SHA for 3788129
Configuration/PHPUnit/phpunit.xml
@@ -2,8 +2,8 @@
2
3
<!-- https://phpunit.de/manual/current/en/appendixes.configuration.html -->
4
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5
- xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/6.2/phpunit.xsd"
6
- backupGlobals="false"
+ xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/6.5/phpunit.xsd"
+ printerClass="rpkamp\FancyTestdoxPrinter"
7
colors="true"
8
bootstrap="../../vendor/autoload.php"
9
>
composer.json
@@ -43,6 +43,7 @@
43
"require-dev": {
44
"phpunit/phpunit": "^6.5.0",
45
"phpunit/dbunit": "^3.0.0",
46
+ "rpkamp/fancy-testdox-printer": "^0.2.2",
47
"squizlabs/php_codesniffer": "^3.2.0",
48
"phpstan/phpstan": "^0.7.0",
49
"nette/caching": "^2.5.0 || ^3.0.0",
0 commit comments