PHP 클래스 Contao\CoreBundle\Test\Monolog\ContaoTableHandlerTest

파일 보기 프로젝트 열기: contao/core-bundle

공개 메소드들

메소드 설명
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.

메소드 상세

testFalseWithoutContaoContext() 공개 메소드

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

testHandle() 공개 메소드

Tests the handle() method.
public testHandle ( )

testInstantiation() 공개 메소드

Tests the object instantiation.
public testInstantiation ( )

testNotHandlingLogLevel() 공개 메소드

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

testSetAndGetDbalServiceName() 공개 메소드

Tests setting and retrieving the DBAL service name.