├── .php_cs ├── LICENSE ├── README.md ├── appveyor.yml ├── composer.json ├── composer.lock └── src └── Printer.php /.php_cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LimeDeck/phpunit-detailed-printer/HEAD/.php_cs -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LimeDeck/phpunit-detailed-printer/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LimeDeck/phpunit-detailed-printer/HEAD/README.md -------------------------------------------------------------------------------- /appveyor.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LimeDeck/phpunit-detailed-printer/HEAD/appveyor.yml -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LimeDeck/phpunit-detailed-printer/HEAD/composer.json -------------------------------------------------------------------------------- /composer.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LimeDeck/phpunit-detailed-printer/HEAD/composer.lock -------------------------------------------------------------------------------- /src/Printer.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LimeDeck/phpunit-detailed-printer/HEAD/src/Printer.php --------------------------------------------------------------------------------