Contao\CoreBundle\Test\Monolog\ContaoTableProcessorTest::actionLevelProvider PHP Method

actionLevelProvider() public method

Provides the test action levels.
public actionLevelProvider ( ) : array
return array
    public function actionLevelProvider()
    {
        return [[Logger::DEBUG, ContaoContext::GENERAL], [Logger::INFO, ContaoContext::GENERAL], [Logger::NOTICE, ContaoContext::GENERAL], [Logger::WARNING, ContaoContext::GENERAL], [Logger::ERROR, ContaoContext::ERROR], [Logger::CRITICAL, ContaoContext::ERROR], [Logger::ALERT, ContaoContext::ERROR], [Logger::EMERGENCY, ContaoContext::ERROR]];
    }