Merge pull request #745 from dansysanalyst/improve_exception_message

Slightly Improvement on Exception message
This commit is contained in:
Nuno Maduro
2023-03-28 12:34:10 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

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