mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 15:57:21 +01:00
feat: adjusts default conf
This commit is contained in:
@ -13,7 +13,7 @@ it('ensures the given closures reports the correct class name', function () {
|
||||
'Call to undefined method Tests\IntentionallyNotExisting::testBasic().',
|
||||
);
|
||||
|
||||
it('ensures the given closures reports the correct class name and suggests the [uses()] function', function () {
|
||||
it('ensures the given closures reports the correct class name and suggests the [pest()] function', function () {
|
||||
$this->get();
|
||||
})->throws(
|
||||
Error::class,
|
||||
|
||||
Reference in New Issue
Block a user