release: v2.9.2

This commit is contained in:
Nuno Maduro
2023-07-20 13:35:03 -05:00
parent a37a3b9f99
commit 81efe5953b
5 changed files with 8 additions and 4 deletions

View File

@ -6,7 +6,7 @@ namespace Pest;
function version(): string
{
return '2.9.1';
return '2.9.2';
}
function testDirectory(string $file = ''): string

View File

@ -115,7 +115,7 @@ final class Backtrace
continue;
}
if (str_contains($trace['file'], 'pest'. DIRECTORY_SEPARATOR . 'src')) {
if (str_contains($trace['file'], 'pest'.DIRECTORY_SEPARATOR.'src')) {
continue;
}