Files
pest/tests/Features/BeforeEachProxiesToTestCallWithExpectations.php
T
2026-08-07 14:52:56 +01:00

18 lines
214 B
PHP

<?php
declare(strict_types=1);
beforeEach()->expect(true)->toBeTrue();
test('runs 1', function (): void {
//
});
test('runs 2', function (): void {
//
});
test('runs 3', function (): void {
//
});