Basho\Tests\NodeUnreachableTest::testUnreachableNodes PHP Method

testUnreachableNodes() public method

    public function testUnreachableNodes()
    {
        $riak = new Riak($this->getCluster());
        $response = (new Command\Builder\Ping($riak))->build()->execute();
        $this->assertFalse($response);
    }