Update stub extensions

This commit is contained in:
Filip Ganyicz
2023-04-06 14:58:40 +02:00
parent f73e6aebcb
commit 97dbda92e6
11 changed files with 5 additions and 5 deletions

View File

@ -0,0 +1,7 @@
<?php
it('returns a successful response', function () {
$response = $this->get('/');
$response->assertStatus(200);
});