community-management/tests/Unit/ExampleTest.php
2025-04-02 10:13:46 +08:00

6 lines
81 B
PHP

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