feat(mutate): requires it by default

This commit is contained in:
Nuno Maduro
2024-09-04 11:38:59 +01:00
parent 3a907c886b
commit baf764f286
5 changed files with 9 additions and 48 deletions

View File

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