Cascade\Tests\Config\Loader\ClassLoader\HandlerLoaderTest::handlerParamsProvider PHP Method

handlerParamsProvider() public method

If one of your handlers calls more than one method you can add more than one entries
public handlerParamsProvider ( ) : array
return array of array of args for testHandlers
    public function handlerParamsProvider()
    {
        return array(array('*', 'formatter', new LineFormatter(), 'setFormatter'), array('Monolog\\Handler\\LogglyHandler', 'tags', array('some_tag'), 'setTag'));
    }