diff --git a/tests/Unit/Http/Controllers/Base/IndexControllerTest.php b/tests/Unit/Http/Controllers/Base/IndexControllerTest.php index 312e4089..bce928c3 100644 --- a/tests/Unit/Http/Controllers/Base/IndexControllerTest.php +++ b/tests/Unit/Http/Controllers/Base/IndexControllerTest.php @@ -141,7 +141,7 @@ class IndexControllerTest extends ControllerTestCase } /** - * Test the status controller when we can't connect to a server. + * Test the status controller with a ServerConnectionException. */ public function testStatusControllerWithServerConnectionException() { @@ -161,7 +161,7 @@ class IndexControllerTest extends ControllerTestCase } /** - * Test the status controller when we can't connect to a server. + * Test the status controller with a RequestException. */ public function testStatusControllerWithRequestException() {