su-secret-santa/tests/Feature/ExampleTest.php

7 lines
140 B
PHP

<?php
test('returns a successful response', function () {
$response = $this->get(route('home'));
$response->assertStatus(200);
});