PhpParser\ErrorHandler\ThrowingTest::testHandleError PHP Method

testHandleError() public method

public testHandleError ( )
    public function testHandleError()
    {
        $errorHandler = new Throwing();
        $errorHandler->handleError(new Error('Test'));
    }
ThrowingTest