Fix the description of the tests
This commit is contained in:
parent
a6bca34677
commit
06229a328f
1 changed files with 2 additions and 2 deletions
|
@ -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()
|
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()
|
public function testStatusControllerWithRequestException()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue