mirror of
https://github.com/pestphp/pest.git
synced 2026-04-26 00:47:27 +02:00
release: v2.9.2
This commit is contained in:
@ -6,7 +6,7 @@ namespace Pest;
|
||||
|
||||
function version(): string
|
||||
{
|
||||
return '2.9.1';
|
||||
return '2.9.2';
|
||||
}
|
||||
|
||||
function testDirectory(string $file = ''): string
|
||||
|
||||
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user