mirror of
https://github.com/pestphp/pest.git
synced 2026-09-05 22:33:35 +02:00
18 lines
214 B
PHP
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 {
|
|
//
|
|
});
|