Skip to content

Commit 62a7a01

Browse files
committed
Remove nyancat-phpunit-resultprinter.
1 parent 9c81c6e commit 62a7a01

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@
2929
"josegonzalez/dotenv": "~2.0",
3030
"phpunit/phpunit" : "~4.8",
3131
"satooshi/php-coveralls": "~0.6",
32-
"scrutinizer/ocular": "~1.1",
33-
"whatthejeff/nyancat-phpunit-resultprinter": "~1.2"
32+
"scrutinizer/ocular": "~1.1"
3433
},
3534
"autoload": {
3635
"psr-4": {

phpunit.xml.dist

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@
2121
colors="true"
2222
forceCoversAnnotation="true"
2323
verbose="true"
24-
25-
printerFile="vendor/whatthejeff/nyancat-phpunit-resultprinter/src/NyanCat/PHPUnit/ResultPrinter.php"
26-
printerClass="NyanCat\PHPUnit\ResultPrinter"
2724
>
2825
<testsuites>
2926
<testsuite name="Flysystem Github Adapter - Unit Tests">

0 commit comments

Comments
 (0)