laravel-vue-file-share/tests/Unit/ExampleTest.php
2023-10-08 14:20:03 -07:00

5 lines
81 B
PHP

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