Files

6 lines
120 B
PHP

<?php
test('the application returns a successful response', function () {
$this->get('/')->assertSuccessful();
});