auditionadmin/tests/Feature/app/Actions/YearEndProcedures/YearEndCleanupTest.php

12 lines
185 B
PHP

<?php
use Illuminate\Foundation\Testing\RefreshDatabase;
uses(RefreshDatabase::class);
test('', function () {
$response = $this->get('/');
$response->assertStatus(200);
});