feat: moves visit to the core

This commit is contained in:
Nuno Maduro
2025-06-28 18:18:26 +01:00
parent a22013a7d3
commit 0bc3219a2b
7 changed files with 70 additions and 3 deletions

View File

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