catchAdmin/tests/ExampleTest.php

6 lines
71 B
PHP
Raw Permalink Normal View History

2022-12-05 23:01:12 +08:00
<?php
test('example', function () {
expect(true)->toBeTrue();
});