mirror of
https://github.com/kevin-DL/exercise_tracker_api.git
synced 2026-01-11 19:14:27 +00:00
exercise_tracker_api-1 User Authentication
This commit is contained in:
@@ -15,7 +15,6 @@ class ExampleTest extends TestCase
|
||||
public function testBasicTest()
|
||||
{
|
||||
$response = $this->get('/');
|
||||
|
||||
$response->assertStatus(200);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user