Skip to content

Commit db61811

Browse files
authored
Remove test that pings localhost
Unfortunately, TravisCI does not allow pings.
1 parent dd07791 commit db61811

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

tests/ServersArePingableTest.php

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -23,20 +23,6 @@ public function it_succeeds_when_no_servers_are_given()
2323
$this->assertTrue($check->check([]));
2424
}
2525

26-
/** @test */
27-
public function it_succeeds_when_all_all_servers_are_pingable()
28-
{
29-
$config = ['servers' => [
30-
'127.0.0.1',
31-
'localhost',
32-
['host' => '127.0.0.1'],
33-
['host' => 'localhost']
34-
]];
35-
36-
$check = new ServersArePingable();
37-
$this->assertTrue($check->check($config));
38-
}
39-
4026
/** @test */
4127
public function it_fails_when_numeric_server_host_is_given()
4228
{

0 commit comments

Comments
 (0)