mirror of
https://github.com/pestphp/pest.git
synced 2026-03-05 23:37:22 +01:00
Uses Collision ^7.0
This commit is contained in:
3
bin/pest
3
bin/pest
@ -11,6 +11,9 @@ use Symfony\Component\Console\Output\ConsoleOutput;
|
||||
use Symfony\Component\Console\Output\OutputInterface;
|
||||
|
||||
(static function () {
|
||||
// Ensures Collision's Printer is registered.
|
||||
$_SERVER['COLLISION_PRINTER'] = 'DefaultPrinter';
|
||||
|
||||
// Used when Pest is required using composer.
|
||||
$vendorPath = dirname(__DIR__, 4) . '/vendor/autoload.php';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user