We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 303c32f commit 4eabf5aCopy full SHA for 4eabf5a
tests/Pest.php
@@ -43,7 +43,7 @@
43
44
function stub(string $filename): string
45
{
46
- return __DIR__."/stubs/$filename";
+ return __DIR__."/Stubs/$filename";
47
}
48
49
function mailbox(array $config = []): Mailbox
0 commit comments