From 06229a328f19dfc6a038f12d0534f5de9a355773 Mon Sep 17 00:00:00 2001 From: Lance Pioch Date: Sun, 13 May 2018 15:59:23 -0400 Subject: [PATCH] Fix the description of the tests --- tests/Unit/Http/Controllers/Base/IndexControllerTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Unit/Http/Controllers/Base/IndexControllerTest.php b/tests/Unit/Http/Controllers/Base/IndexControllerTest.php index 312e40890..bce928c33 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() {