We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c81c6e commit 62a7a01Copy full SHA for 62a7a01
composer.json
@@ -29,8 +29,7 @@
29
"josegonzalez/dotenv": "~2.0",
30
"phpunit/phpunit" : "~4.8",
31
"satooshi/php-coveralls": "~0.6",
32
- "scrutinizer/ocular": "~1.1",
33
- "whatthejeff/nyancat-phpunit-resultprinter": "~1.2"
+ "scrutinizer/ocular": "~1.1"
34
},
35
"autoload": {
36
"psr-4": {
phpunit.xml.dist
@@ -21,9 +21,6 @@
21
colors="true"
22
forceCoversAnnotation="true"
23
verbose="true"
24
-
25
- printerFile="vendor/whatthejeff/nyancat-phpunit-resultprinter/src/NyanCat/PHPUnit/ResultPrinter.php"
26
- printerClass="NyanCat\PHPUnit\ResultPrinter"
27
>
28
<testsuites>
<testsuite name="Flysystem Github Adapter - Unit Tests">
0 commit comments