trypost/tests/Unit/ExampleTest.php

8 lines
107 B
PHP
Raw Permalink Normal View History

2026-01-15 01:13:44 +00:00
<?php
declare(strict_types=1);
2026-01-15 01:13:44 +00:00
test('that true is true', function () {
expect(true)->toBeTrue();
});