mirror of
https://github.com/pestphp/pest.git
synced 2026-04-21 14:37:29 +02:00
Adjusts tests to new printer
This commit is contained in:
@ -19,6 +19,6 @@ final class InvalidPestCommand extends InvalidArgumentException implements Excep
|
||||
*/
|
||||
public function __construct()
|
||||
{
|
||||
parent::__construct('Please run `./vendor/bin/pest` instead of `/vendor/bin/phpunit`.');
|
||||
parent::__construct('Please run [./vendor/bin/pest] instead.');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user