Files
hoshal-market/tests/Unit/ExampleTest.php
Mekan1206 608876864b start
2026-06-04 20:40:39 +05:00

6 lines
81 B
PHP

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