netgescon-day0/tests/Feature/VoceSpesaTest.php

8 lines
109 B
PHP
Executable File

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