liuggio / fastest

Simple parallel testing execution... with some goodies for functional tests.
MIT License
473 stars 65 forks source link

Clean the bin file #120

Closed francoispluchino closed 6 years ago

francoispluchino commented 6 years ago
Q A
Branch? master
Bug fix? no
New feature? no
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets ~
License MIT
Doc PR ~

This PR clean a little bit the binary file.

DonCallisto commented 6 years ago

Why is __DIR__ . '/../../../vendor/autoload.php' stripped out?

francoispluchino commented 6 years ago

Because it's never used, and Phpunit doesn't add it, see the phpunit bin file.

DonCallisto commented 6 years ago

Thank you