ScriptFUSIONTest\Functional\Porter\Net\Http\HttpConnectorTest::testOneTry PHP Method

testOneTry() public method

public testOneTry ( )
    public function testOneTry()
    {
        $this->setExpectedException(FailingTooHardException::class, '1');
        $this->fetch($this->connector->setTries(1));
    }