Cascade\Tests\Config\Loader\ClassLoader\HandlerLoaderTest::handlerParamsProvider PHP Méthode

handlerParamsProvider() public méthode

If one of your handlers calls more than one method you can add more than one entries
public handlerParamsProvider ( ) : array
Résultat 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'));
    }