Skip to content

Commit

Permalink
Merge pull request #1824 from Blair2004/v5.0.x
Browse files Browse the repository at this point in the history
WIP
  • Loading branch information
nexopos committed Mar 27, 2024
2 parents de65813 + c99b48d commit 7de7ed9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/Feature/TestOtherGetRoutes.php
Expand Up @@ -46,6 +46,7 @@ public function testAllApiRoutes()
$response->assertStatus( 200 );
}
} else {
$response->dump();
throw new Exception( 'Not supported status detected.' );
}
}
Expand Down Expand Up @@ -82,6 +83,7 @@ public function testDashboardGetRoutes()
$response->assertSee( 'dashboard-body' );
}
} else {
$response->dump();
throw new Exception( 'Not supported status detected.' );
}
}
Expand Down

0 comments on commit 7de7ed9

Please sign in to comment.