mirror of
https://github.com/pestphp/pest.git
synced 2026-07-22 09:30:02 +02:00
fix: undefined property
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@ namespace Pest;
|
||||
|
||||
function version(): string
|
||||
{
|
||||
return '4.0.0-alpha.1';
|
||||
return '4.0.0-alpha.2';
|
||||
}
|
||||
|
||||
function testDirectory(string $file = ''): string
|
||||
|
||||
Reference in New Issue
Block a user