ScriptFUSIONTest\Functional\Porter\Net\Http\HttpConnectorTest::testOneTry PHP 메소드

testOneTry() 공개 메소드

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