Make your PHPUnit test runner look like Disk Defragmenter

https://repository-images.githubusercontent.com/692616979/67e6393f-1574-457d-89bc-327aee959e6a

This package generates a satisfying Defrag-style output when running your PHPUnit test suite.

Sample output

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

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>

Run PHPUnit as usual:

Of course, this produces the defrag output you’d expect.

Please see CONTRIBUTING for details.

The MIT License (MIT). Please see License File for more information.

Laravel News Links