Files
armel.net/tests/Unit/ExampleTest.php
Armel van Ravels 804a875aff
Some checks failed
PHP Composer / build (push) Has been cancelled
Initial commit
2024-08-30 22:07:55 +02:00

8 lines
103 B
PHP

<?php
declare(strict_types=1);
test('example', function (): void {
expect(true)->toBeTrue();
});