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 a6bca34 commit 06229a3Copy full SHA for 06229a3
tests/Unit/Http/Controllers/Base/IndexControllerTest.php
@@ -141,7 +141,7 @@ public function testStatusControllerWhenServerIsSuspended()
141
}
142
143
/**
144
- * Test the status controller when we can't connect to a server.
+ * Test the status controller with a ServerConnectionException.
145
*/
146
public function testStatusControllerWithServerConnectionException()
147
{
@@ -161,7 +161,7 @@ public function testStatusControllerWithServerConnectionException()
161
162
163
164
+ * Test the status controller with a RequestException.
165
166
public function testStatusControllerWithRequestException()
167
0 commit comments