mirror of
https://github.com/pestphp/pest.git
synced 2026-04-20 22:20:17 +02:00
Compare commits
3 Commits
74a28d4f5e
...
f142aad8ad
| Author | SHA1 | Date | |
|---|---|---|---|
| f142aad8ad | |||
| cabff738f7 | |||
| 0746173a32 |
@ -6,7 +6,7 @@ namespace Pest;
|
|||||||
|
|
||||||
function version(): string
|
function version(): string
|
||||||
{
|
{
|
||||||
return '5.0.0-rc.4';
|
return '5.0.0-rc.5';
|
||||||
}
|
}
|
||||||
|
|
||||||
function testDirectory(string $file = ''): string
|
function testDirectory(string $file = ''): string
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
Pest Testing Framework 5.0.0-rc.4.
|
Pest Testing Framework 5.0.0-rc.5.
|
||||||
|
|
||||||
USAGE: pest <file> [options]
|
USAGE: pest <file> [options]
|
||||||
|
|
||||||
|
|||||||
@ -1,3 +1,3 @@
|
|||||||
|
|
||||||
Pest Testing Framework 5.0.0-rc.4.
|
Pest Testing Framework 5.0.0-rc.5.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user