PHP Class Contao\CoreBundle\Test\Monolog\ContaoTableHandlerTest

Inheritance: extends Contao\CoreBundle\Test\TestCase
Datei anzeigen Open project: contao/core-bundle

Public Methods

Method Description
testFalseWithoutContaoContext ( ) Tests that the handle() method returns false if there is no Contao context.
testHandle ( ) Tests the handle() method.
testInstantiation ( ) Tests the object instantiation.
testNotHandlingLogLevel ( ) Tests that the handler does nothing if the log level does not match.
testSetAndGetDbalServiceName ( ) Tests setting and retrieving the DBAL service name.

Method Details

testFalseWithoutContaoContext() public method

Tests that the handle() method returns false if there is no Contao context.

testHandle() public method

Tests the handle() method.
public testHandle ( )

testInstantiation() public method

Tests the object instantiation.
public testInstantiation ( )

testNotHandlingLogLevel() public method

Tests that the handler does nothing if the log level does not match.

testSetAndGetDbalServiceName() public method

Tests setting and retrieving the DBAL service name.