mirror of
https://github.com/10h30/laravel-file-upload-series.git
synced 2026-07-12 03:06:03 +09:00
6 lines
81 B
PHP
6 lines
81 B
PHP
<?php
|
|
|
|
test('that true is true', function () {
|
|
expect(true)->toBeTrue();
|
|
});
|