mirror of
https://github.com/pestphp/pest.git
synced 2026-07-24 02:20:03 +02:00
fix: package lock fingerprint
This commit is contained in:
@@ -4,6 +4,6 @@ use Tests\CustomTestCase\CustomTestCase;
|
||||
|
||||
pest()->use(CustomTestCase::class)->in(__DIR__);
|
||||
|
||||
test('closure was bound to CustomTestCase', function () {
|
||||
test('closure was bound to CustomTestCase', function (): void {
|
||||
$this->assertCustomTrue();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user