mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-11 19:03:46 +02:00
Fix the description of the tests
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user