Adjusts tests to new printer

This commit is contained in:
Nuno Maduro
2022-09-15 20:54:46 +01:00
parent 797ebb2986
commit bee4eda3ef
11 changed files with 41 additions and 29 deletions

View File

@ -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.');
}
}