├── composer.json └── src ├── FancyTestdoxPrinter.php └── FancyTestdoxPrinter ├── Colorizer.php └── TestResult.php /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpkamp/fancy-testdox-printer/HEAD/composer.json -------------------------------------------------------------------------------- /src/FancyTestdoxPrinter.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpkamp/fancy-testdox-printer/HEAD/src/FancyTestdoxPrinter.php -------------------------------------------------------------------------------- /src/FancyTestdoxPrinter/Colorizer.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpkamp/fancy-testdox-printer/HEAD/src/FancyTestdoxPrinter/Colorizer.php -------------------------------------------------------------------------------- /src/FancyTestdoxPrinter/TestResult.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpkamp/fancy-testdox-printer/HEAD/src/FancyTestdoxPrinter/TestResult.php --------------------------------------------------------------------------------