mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 15:57:21 +01:00
improve message
This commit is contained in:
@ -17,5 +17,5 @@ it('ensures the given closures reports the correct class name and suggests the [
|
||||
$this->get();
|
||||
})->throws(
|
||||
Error::class,
|
||||
'Call to undefined method Tests\Unit\Support\ExceptionTrace::get(). Did you forget to use the [uses()] function? https://pestphp.com/docs/configuring-tests',
|
||||
'Call to undefined method Tests\Unit\Support\ExceptionTrace::get(). Did you forget to use the [uses()] function? Read more at: https://pestphp.com/docs/configuring-tests',
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user