mirror of
https://github.com/pestphp/pest.git
synced 2026-09-05 14:23:34 +02:00
chore: coding style changes
This commit is contained in:
@@ -5,13 +5,13 @@ declare(strict_types=1);
|
||||
beforeEach()->expect(true)->toBeTrue();
|
||||
|
||||
test('runs 1', function (): void {
|
||||
// This test did performs assertions...
|
||||
//
|
||||
});
|
||||
|
||||
test('runs 2', function (): void {
|
||||
// This test did performs assertions...
|
||||
//
|
||||
});
|
||||
|
||||
test('runs 3', function (): void {
|
||||
// This test did performs assertions...
|
||||
//
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user