release: v1.22.1

This commit is contained in:
Nuno Maduro
2022-08-29 11:42:13 +01:00
parent 78b328e970
commit af6240b4ee
3 changed files with 4 additions and 3 deletions

View File

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

View File

@ -44,6 +44,7 @@ final class ExceptionTrace
*/
public static function removePestReferences(Throwable $t): void
{
/* @phpstan-ignore-next-line */
if (!property_exists($t, 'serializableTrace')) {
return;
}