diff --git a/composer.json b/composer.json index 285377d3..53cd4bd2 100644 --- a/composer.json +++ b/composer.json @@ -35,6 +35,7 @@ "require-dev": { "barryvdh/laravel-debugbar": "~3.0", "bmitch/churn-php": "^0.2.0", + "codedungeon/phpunit-result-printer": "^0.3.0", "filp/whoops": "~2.0", "fzaninotto/faker": "~1.4", "jakub-onderka/php-parallel-lint": "^0.9.2", diff --git a/composer.lock b/composer.lock index 8cd393bc..2d695398 100644 --- a/composer.lock +++ b/composer.lock @@ -4,20 +4,20 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "content-hash": "5b3735b76d6821f7de296da60f7cceca", + "content-hash": "8dd1154b9a3e0b57bb1a7d3a7380cd4a", "packages": [ { "name": "aws/aws-sdk-php", - "version": "3.48.0", + "version": "3.48.4", "source": { "type": "git", "url": "https://github.com/aws/aws-sdk-php.git", - "reference": "f5aef5671cd7f6e3b9ede0a3ff17c131cc05f4d3" + "reference": "ffcb011ac0fbd839cdad1a10f0a86c5b7669f594" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/f5aef5671cd7f6e3b9ede0a3ff17c131cc05f4d3", - "reference": "f5aef5671cd7f6e3b9ede0a3ff17c131cc05f4d3", + "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/ffcb011ac0fbd839cdad1a10f0a86c5b7669f594", + "reference": "ffcb011ac0fbd839cdad1a10f0a86c5b7669f594", "shasum": "" }, "require": { @@ -84,7 +84,7 @@ "s3", "sdk" ], - "time": "2017-12-15T19:49:31+00:00" + "time": "2017-12-21T23:06:20+00:00" }, { "name": "barnabywalters/mf-cleaner", @@ -1889,16 +1889,16 @@ }, { "name": "laravel/framework", - "version": "v5.5.26", + "version": "v5.5.27", "source": { "type": "git", "url": "https://github.com/laravel/framework.git", - "reference": "d7e6a7aab600c5cfae595ea22074ac3c536cbc28" + "reference": "b4fb6eeb227b7327b4ca7f92263b693ec9ac9875" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/framework/zipball/d7e6a7aab600c5cfae595ea22074ac3c536cbc28", - "reference": "d7e6a7aab600c5cfae595ea22074ac3c536cbc28", + "url": "https://api.github.com/repos/laravel/framework/zipball/b4fb6eeb227b7327b4ca7f92263b693ec9ac9875", + "reference": "b4fb6eeb227b7327b4ca7f92263b693ec9ac9875", "shasum": "" }, "require": { @@ -2019,7 +2019,7 @@ "framework", "laravel" ], - "time": "2017-12-18T14:15:59+00:00" + "time": "2017-12-20T15:43:48+00:00" }, { "name": "laravel/horizon", @@ -2156,16 +2156,16 @@ }, { "name": "laravel/tinker", - "version": "v1.0.2", + "version": "v1.0.3", "source": { "type": "git", "url": "https://github.com/laravel/tinker.git", - "reference": "203978fd67f118902acff95925847e70b72e3daf" + "reference": "852c2abe0b0991555a403f1c0583e64de6acb4a6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/tinker/zipball/203978fd67f118902acff95925847e70b72e3daf", - "reference": "203978fd67f118902acff95925847e70b72e3daf", + "url": "https://api.github.com/repos/laravel/tinker/zipball/852c2abe0b0991555a403f1c0583e64de6acb4a6", + "reference": "852c2abe0b0991555a403f1c0583e64de6acb4a6", "shasum": "" }, "require": { @@ -2174,7 +2174,7 @@ "illuminate/support": "~5.1", "php": ">=5.5.9", "psy/psysh": "0.7.*|0.8.*", - "symfony/var-dumper": "~3.0" + "symfony/var-dumper": "~3.0|~4.0" }, "require-dev": { "phpunit/phpunit": "~4.0|~5.0" @@ -2215,7 +2215,7 @@ "laravel", "psysh" ], - "time": "2017-07-13T13:11:05+00:00" + "time": "2017-12-18T16:25:11+00:00" }, { "name": "lcobucci/jwt", @@ -4866,6 +4866,53 @@ ], "time": "2017-09-02T00:42:45+00:00" }, + { + "name": "codedungeon/phpunit-result-printer", + "version": "0.3.0", + "source": { + "type": "git", + "url": "https://github.com/mikeerickson/phpunit-pretty-result-printer.git", + "reference": "12e3728dae638101ff447b0f1ba02501f6e1ef45" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/mikeerickson/phpunit-pretty-result-printer/zipball/12e3728dae638101ff447b0f1ba02501f6e1ef45", + "reference": "12e3728dae638101ff447b0f1ba02501f6e1ef45", + "shasum": "" + }, + "require": { + "hassankhan/config": "^0.10.0", + "symfony/yaml": "^3.3" + }, + "require-dev": { + "phpunit/phpunit": ">=5.2" + }, + "type": "library", + "autoload": { + "psr-4": { + "Codedungeon\\PHPUnitPrettyResultPrinter\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Mike Erickson", + "email": "codedungeon@gmail.com" + } + ], + "description": "PHPUnit Pretty Result Printer", + "keywords": [ + "composer", + "package", + "phpunit", + "printer", + "result-printer" + ], + "time": "2017-11-24T18:45:54+00:00" + }, { "name": "doctrine/instantiator", "version": "1.1.0", @@ -5224,6 +5271,63 @@ ], "time": "2015-05-11T14:41:42+00:00" }, + { + "name": "hassankhan/config", + "version": "0.10.0", + "source": { + "type": "git", + "url": "https://github.com/hassankhan/config.git", + "reference": "06ac500348af033f1a2e44dc357ca86282626d4a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/hassankhan/config/zipball/06ac500348af033f1a2e44dc357ca86282626d4a", + "reference": "06ac500348af033f1a2e44dc357ca86282626d4a", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "require-dev": { + "phpunit/phpunit": "~4.0", + "scrutinizer/ocular": "~1.1", + "squizlabs/php_codesniffer": "~2.2" + }, + "suggest": { + "symfony/yaml": "~2.5" + }, + "type": "library", + "autoload": { + "psr-4": { + "Noodlehaus\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Hassan Khan", + "homepage": "http://hassankhan.me/", + "role": "Developer" + } + ], + "description": "Lightweight configuration file loader that supports PHP, INI, XML, JSON, and YAML files", + "homepage": "http://hassankhan.me/config/", + "keywords": [ + "config", + "configuration", + "ini", + "json", + "microphp", + "unframework", + "xml", + "yaml", + "yml" + ], + "time": "2016-02-11T16:21:17+00:00" + }, { "name": "jakub-onderka/php-parallel-lint", "version": "v0.9.2", @@ -5505,16 +5609,16 @@ }, { "name": "nunomaduro/collision", - "version": "v1.1.16", + "version": "v1.1.17", "source": { "type": "git", "url": "https://github.com/nunomaduro/collision.git", - "reference": "12d1dc55ecafcdcb83ebdc1af9d7cb4f7608c4e3" + "reference": "312f56cf740185ed831301096890a54ea5a02eb9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nunomaduro/collision/zipball/12d1dc55ecafcdcb83ebdc1af9d7cb4f7608c4e3", - "reference": "12d1dc55ecafcdcb83ebdc1af9d7cb4f7608c4e3", + "url": "https://api.github.com/repos/nunomaduro/collision/zipball/312f56cf740185ed831301096890a54ea5a02eb9", + "reference": "312f56cf740185ed831301096890a54ea5a02eb9", "shasum": "" }, "require": { @@ -5522,6 +5626,9 @@ "php": "^7.1", "symfony/console": "~2.8|~3.3|~4.0" }, + "require-dev": { + "phpunit/phpunit": "~6.5" + }, "type": "library", "extra": { "laravel": { @@ -5558,7 +5665,7 @@ "php", "symfony" ], - "time": "2017-12-17T21:12:10+00:00" + "time": "2017-12-19T20:01:32+00:00" }, { "name": "phar-io/manifest", diff --git a/phpunit.xml b/phpunit.xml index d2e97bf0..740f31b0 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -7,7 +7,8 @@ convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" - stopOnFailure="false"> + stopOnFailure="false" + printerClass="Codedungeon\PHPUnitPrettyResultPrinter\Printer"> ./tests/Feature