Files
UNIT3D-Community-Edition/tests/Feature/Http/Controllers/AnnounceControllerTest.shift.php
2023-07-11 18:27:15 +00:00

14 lines
370 B
PHP

<?php
test('index returns an ok response', function (): void {
$this->markTestIncomplete('This test case was generated by Shift. When you are ready, remove this line and complete this test case.');
$response = $this->get(route('announce', ['passkey' => $passkey]));
$response->assertOk();
// TODO: perform additional assertions
});
// test cases...