filament-oauth2/tests/ExampleTest.php
2025-11-09 20:10:34 +01:00

6 lines
70 B
PHP

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