Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ixnode/php-phpunit-printer
Overwrites the PHPUnit Printer with formatted output.
https://github.com/ixnode/php-phpunit-printer
Last synced: about 1 month 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 (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-04T00:11:58.000Z (over 1 year ago)
- Last Synced: 2024-09-29T16:01:45.464Z (about 2 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
[![Release](https://img.shields.io/github/v/release/ixnode/php-phpunit-printer)](https://github.com/ixnode/php-phpunit-printer/releases)
[![PHP](https://img.shields.io/badge/PHP-^8.0-777bb3.svg?logo=php&logoColor=white&labelColor=555555&style=flat)](https://www.php.net/supported-versions.php)
[![PHPStan](https://img.shields.io/badge/PHPStan-Level%20Max-brightgreen.svg?style=flat)](https://phpstan.org/user-guide/rule-levels)
[![PHPCS](https://img.shields.io/badge/PHPCS-PSR12-brightgreen.svg?style=flat)](https://www.php-fig.org/psr/psr-12/)
[![LICENSE](https://img.shields.io/github/license/ixnode/php-phpunit-printer)](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 [email protected]: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