Skip to content

Commit 06229a3

Browse files
committed
Fix the description of the tests
1 parent a6bca34 commit 06229a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Unit/Http/Controllers/Base/IndexControllerTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ public function testStatusControllerWhenServerIsSuspended()
141141
}
142142

143143
/**
144-
* Test the status controller when we can't connect to a server.
144+
* Test the status controller with a ServerConnectionException.
145145
*/
146146
public function testStatusControllerWithServerConnectionException()
147147
{
@@ -161,7 +161,7 @@ public function testStatusControllerWithServerConnectionException()
161161
}
162162

163163
/**
164-
* Test the status controller when we can't connect to a server.
164+
* Test the status controller with a RequestException.
165165
*/
166166
public function testStatusControllerWithRequestException()
167167
{

0 commit comments

Comments
 (0)