Skip to content
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.

Commit

Permalink
Removal of prettyprint as its not 7.0 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
gnikyt committed Mar 20, 2018
1 parent 200d16f commit 67ebbe9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
"orchestra/testbench": "~3.5.0",
"phpunit/phpunit": "~6.0",
"satooshi/php-coveralls": "~1.0",
"squizlabs/php_codesniffer": "^3.0",
"codedungeon/phpunit-result-printer": "dev-master"
"squizlabs/php_codesniffer": "^3.0"
},
"autoload": {
"psr-4": {
Expand Down
3 changes: 1 addition & 2 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
stopOnFailure="false"
stopOnError="false"
stopOnIncomplete="false"
stopOnSkipped="false"
printerClass="Codedungeon\PHPUnitPrettyResultPrinter\Printer">
stopOnSkipped="false">
<testsuites>
<testsuite name="ShopifyApp Test Suite">
<directory>tests</directory>
Expand Down

0 comments on commit 67ebbe9

Please sign in to comment.