fanatic/tests/Feature/Models/OwnedTest.php

8 lines
109 B
PHP
Raw Normal View History

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