mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 15:57:21 +01:00
release: v3.8.0
This commit is contained in:
@ -24,8 +24,12 @@ final readonly class Thanks
|
|||||||
*/
|
*/
|
||||||
private const FUNDING_MESSAGES = [
|
private const FUNDING_MESSAGES = [
|
||||||
'Star' => 'https://github.com/pestphp/pest',
|
'Star' => 'https://github.com/pestphp/pest',
|
||||||
'News' => 'https://x.com/enunomaduro',
|
'YouTube' => 'https://youtube.com/@nunomaduro',
|
||||||
'Videos' => 'https://youtube.com/@nunomaduro',
|
'TikTok' => 'https://tiktok.com/@nunomaduro',
|
||||||
|
'Twitch' => 'https://twitch.tv/enunomaduro',
|
||||||
|
'LinkedIn' => 'https://linkedin.com/in/nunomaduro',
|
||||||
|
'Instagram' => 'https://instagram.com/enunomaduro',
|
||||||
|
'X' => 'https://x.com/enunomaduro',
|
||||||
'Sponsor' => 'https://github.com/sponsors/nunomaduro',
|
'Sponsor' => 'https://github.com/sponsors/nunomaduro',
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
@ -6,7 +6,7 @@ namespace Pest;
|
|||||||
|
|
||||||
function version(): string
|
function version(): string
|
||||||
{
|
{
|
||||||
return '3.7.5';
|
return '3.8.0';
|
||||||
}
|
}
|
||||||
|
|
||||||
function testDirectory(string $file = ''): string
|
function testDirectory(string $file = ''): string
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
Pest Testing Framework 3.7.5.
|
Pest Testing Framework 3.8.0.
|
||||||
|
|
||||||
USAGE: pest <file> [options]
|
USAGE: pest <file> [options]
|
||||||
|
|
||||||
|
|||||||
@ -1,3 +1,3 @@
|
|||||||
|
|
||||||
Pest Testing Framework 3.7.5.
|
Pest Testing Framework 3.8.0.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user