Cascade\Tests\Config\Loader\ClassLoader\FormatterLoaderTest::handlerParamsProvider PHP Метод

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

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
Результат array of array of args for testHandlers
    public function handlerParamsProvider()
    {
        return array(array('Monolog\\Formatter\\LineFormatter', 'includeStacktraces', true, 'includeStacktraces'));
    }