https://github.com/ixnode/php-phpunit-printer
Overwrites the PHPUnit Printer with formatted output.
https://github.com/ixnode/php-phpunit-printer
Last synced: 3 months ago
JSON representation
Overwrites the PHPUnit Printer with formatted output.
- Host: GitHub
- URL: https://github.com/ixnode/php-phpunit-printer
- Owner: ixnode
- License: mit
- Created: 2023-02-04T21:26:00.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-04T00:11:58.000Z (over 3 years ago)
- Last Synced: 2025-09-30T08:41:59.157Z (9 months ago)
- Language: PHP
- Homepage:
- Size: 85.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# PHP Container
[](https://github.com/ixnode/php-phpunit-printer/releases)
[](https://www.php.net/supported-versions.php)
[](https://phpstan.org/user-guide/rule-levels)
[](https://www.php-fig.org/psr/psr-12/)
[](https://github.com/ixnode/php-phpunit-printer/blob/master/LICENSE)
> Overwrites the PHPUnit Printer with formatted output.
## 1) Installation
```bash
composer require --dev ixnode/php-phpunit-printer
```
```bash
vendor/bin/php-phpunit-printer -V
```
```bash
php-phpunit-printer 0.1.0 (02-04-2023 22:33:53) - Björn Hempel
```
## 2) Usage

After installing this Composer package, you can edit your phpunit.xml as follows:
```xml
...
```
A complete phpunit.xml example could look like this:
```xml
tests
```
## 3.) Development
```bash
git clone git@github.com:ixnode/php-phpunit-printer.git && cd php-phpunit-printer
```
```bash
composer install
```
```bash
composer test
```
## 4.) License
This tool is licensed under the MIT License - see the [LICENSE](/LICENSE) file for details