Merge branch 'pestphp:2.x' into allow-pattern-in-uses

This commit is contained in:
Mohammad Zahed
2023-06-08 14:50:51 +03:00
committed by GitHub
5 changed files with 10 additions and 5 deletions

View File

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