community-management/tests/Unit/ExampleTest.php

6 lines
81 B
PHP
Raw Normal View History

2025-04-02 10:13:03 +08:00
<?php
2025-04-02 10:13:46 +08:00
test('that true is true', function () {
expect(true)->toBeTrue();
});