Newer
Older
FirstLaravel / tests / Unit / ExampleTest.php
<?php

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