mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 15:57:21 +01:00
Merge branch '2.x' into 3.x
This commit is contained in:
@ -6,7 +6,7 @@ namespace Pest;
|
||||
|
||||
function version(): string
|
||||
{
|
||||
return '3.0.0-dev-0003';
|
||||
return '3.0.0-dev-0004';
|
||||
}
|
||||
|
||||
function testDirectory(string $file = ''): string
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
|
||||
Pest Testing Framework 3.0.0-dev-0003.
|
||||
Pest Testing Framework 3.0.0-dev-0004.
|
||||
|
||||
USAGE: pest <file> [options]
|
||||
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
|
||||
Pest Testing Framework 3.0.0-dev-0003.
|
||||
Pest Testing Framework 3.0.0-dev-0004.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user