GuzzleHttp\Tests\Handler\CurlMultiHandlerTest::testCreatesExceptions PHP Method

testCreatesExceptions() public method

    public function testCreatesExceptions()
    {
        $a = new CurlMultiHandler();
        $a(new Request('GET', 'http://localhost:123'), [])->wait();
    }