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

handlerParamsProvider() public method

Data provider for testHandlers !\ Important note: just add values to this array if you need to test a newly added handler 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('Monolog\\Formatter\\LineFormatter', 'includeStacktraces', true, 'includeStacktraces'));
    }