eZ\Publish\Core\REST\Client\Tests\HttpClient\StreamTest::testConnectionException PHP Method

testConnectionException() public method

Tests that ConnectionException is thrown.
    public function testConnectionException()
    {
        $client = new Stream('http://localhost:54321');
        $client->request('GET', '/');
    }