movie-night-nuevo/tests/Feature/MoviesTest.php
Edward Tirado Jr. 0c42bef077
Some checks are pending
linter / quality (push) Waiting to run
tests / ci (push) Waiting to run
initial commit
2025-12-12 23:07:04 -06:00

7 lines
No EOL
130 B
PHP

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