We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44bb6c6 commit c99b48dCopy full SHA for c99b48d
tests/Feature/TestOtherGetRoutes.php
@@ -46,6 +46,7 @@ public function testAllApiRoutes()
46
$response->assertStatus( 200 );
47
}
48
} else {
49
+ $response->dump();
50
throw new Exception( 'Not supported status detected.' );
51
52
@@ -82,6 +83,7 @@ public function testDashboardGetRoutes()
82
83
$response->assertSee( 'dashboard-body' );
84
85
86
87
88
89
0 commit comments