diff --git a/tests/Feature/V2/Dashboard/RoadPatrolProject/MapTest.php b/tests/Feature/V2/Dashboard/RoadPatrolProject/MapTest.php new file mode 100644 index 00000000..1552c36a --- /dev/null +++ b/tests/Feature/V2/Dashboard/RoadPatrolProject/MapTest.php @@ -0,0 +1,21 @@ +get('/'); + + $response->assertStatus(200); + } +}