fXmlRpc\Transport\RecorderTest::transportFail PHP Method

transportFail() private method

private transportFail ( PHPUnit_Framework_MockObject_Matcher_Invocation $matcher = null )
$matcher PHPUnit_Framework_MockObject_Matcher_Invocation
    private function transportFail(InvocationMatcher $matcher = null)
    {
        $matcher = $matcher ?: $this->once();
        $this->transport->expects($matcher)->method('send')->willThrowException($this->exception);
    }