lubiana-base/tests/Feature/ExampleTest.php

9 lines
121 B
PHP
Raw Permalink Normal View History

2024-06-01 19:40:01 +00:00
<?php declare(strict_types=1);
test(
'example',
function (): void {
expect(true)->toBeTrue();
},
);