Newer
Older
FirstLaravel12 / tests / Unit / ExampleTest.php
@motoki miura motoki miura 21 days ago 80 bytes Install Pest
<?php

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