benholmen / defrag
MS-DOS defrag output for your PHPUnit test suite
Fund package maintenance!
benholmen
Installs: 1 340
Dependents: 0
Suggesters: 0
Security: 0
Stars: 89
Watchers: 2
Forks: 0
Open Issues: 1
Requires
- php: ^8.1
- illuminate/collections: ^10.0|^11.0
- laravel/prompts: ^0.1
- phpunit/phpunit: ^10.3|^11.0
Requires (Dev)
- laravel/pint: ^1.0
- symfony/console: ^6.0
README
This package generates a satisfying Defrag-style output when running your PHPUnit test suite.
Inspired by
MS-DOS 6.x included a defrag utility that honestly was just so satisfying to watch. The 90s were a different time, folks. Disk defragmentation took about an hour and physically rearranged the data on your hard drive so it was more efficient to read off the disk.
Defrag Running in MS-DOS 6.22
Installation
Install the package via composer:
composer require benholmen/defrag --dev
Add the following lines to your phpunit.xml
file:
<extensions> <bootstrap class="BenHolmen\Defrag\Extension"/> </extensions>
Usage
Run PHPUnit as usual:
vendor/bin/phpunit
Testing
Of course, this produces the defrag output you'd expect.
composer test
Contributing
Please see CONTRIBUTING for details.
Credits
- Ben Holmen
- Jess Archer key intel, assistance, and the fantastic laravel/prompts package
License
The MIT License (MIT). Please see License File for more information.