CRM-panel/crm-panel/tests/Unit/ExampleTest.php
2025-05-06 23:15:56 +05:45

6 lines
81 B
PHP

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