Fixes tests

This commit is contained in:
Nuno Maduro
2025-04-20 22:19:25 +01:00
parent 8cfb0acf46
commit 791734a29c
8 changed files with 73 additions and 66 deletions

View File

@ -6,7 +6,7 @@ namespace Pest;
function version(): string
{
return '3.8.2';
return '4.0.0-alpha.1';
}
function testDirectory(string $file = ''): string