Phue\Test\Transport\HttpTest::testThrowExceptionByType PHP Метод

testThrowExceptionByType() публичный Метод

Test: Throw exception by type
public testThrowExceptionByType ( $type, $exceptionName )
    public function testThrowExceptionByType($type, $exceptionName)
    {
        $this->assertInstanceOf($exceptionName, $this->transport->getExceptionByType($type, null));
    }