File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<!-- https://phpunit.de/manual/current/en/appendixes.configuration.html -->
4
4
<phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
5
- xsi : noNamespaceSchemaLocation =" http://schema.phpunit.de/6.2 /phpunit.xsd"
5
+ xsi : noNamespaceSchemaLocation =" http://schema.phpunit.de/6.5 /phpunit.xsd"
6
6
backupGlobals =" false"
7
+ printerClass =" rpkamp\FancyTestdoxPrinter"
7
8
colors =" true"
8
9
bootstrap =" ../../vendor/autoload.php"
9
10
>
Original file line number Diff line number Diff line change 43
43
"require-dev" : {
44
44
"phpunit/phpunit" : " ^6.5.0" ,
45
45
"phpunit/dbunit" : " ^3.0.0" ,
46
+ "rpkamp/fancy-testdox-printer" : " ^0.2.2" ,
46
47
"squizlabs/php_codesniffer" : " ^3.2.0" ,
47
48
"phpstan/phpstan" : " ^0.7.0" ,
48
49
"nette/caching" : " ^2.5.0 || ^3.0.0" ,
You can’t perform that action at this time.
0 commit comments