retrofairie/tests/Unit/ExampleTest.php
2025-02-18 17:46:38 -08:00

5 lines
81 B
PHP
Executable file

<?php
test('that true is true', function () {
expect(true)->toBeTrue();
});