fanatic/tests/Feature/Models/OwnedTest.php
2022-04-26 21:16:46 -07:00

7 lines
109 B
PHP

<?php
test('example', function () {
$response = $this->get('/');
$response->assertStatus(200);
});