Newer
Older
FirstLaravel / tests / Unit / ExampleTest.php
@motoki miura motoki miura on 18 Nov 2024 81 bytes first commit
<?php

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