PHP Class Symfony\Bundle\MonologBundle\Tests\DependencyInjection\MonologExtensionTest

Inheritance: extends Symfony\Bundle\MonologBundle\Tests\DependencyInjection\DependencyInjectionTest
Datei anzeigen Open project: symfony/monolog-bundle

Public Methods

Method Description
testExceptionWhenInvalidHandler ( )
testExceptionWhenUsingBufferWithoutHandler ( )
testExceptionWhenUsingFilterWithoutHandler ( )
testExceptionWhenUsingFingerscrossedWithoutHandler ( )
testExceptionWhenUsingGelfWithoutPublisher ( )
testExceptionWhenUsingGelfWithoutPublisherHostname ( )
testExceptionWhenUsingServiceWithoutId ( )
testFingersCrossedHandlerWhenExcluded404sAreSpecified ( )
testLoadWithCustomValues ( )
testLoadWithDefault ( )
testLoadWithNestedHandler ( )
testLoadWithServiceHandler ( )
testLogglyHandler ( )
testRavenHandlerWhenAClientIsSpecified ( )
testRavenHandlerWhenADSNAndAClientAreSpecified ( )
testRavenHandlerWhenADSNIsSpecified ( )
testRavenHandlerWhenConfigurationIsWrong ( )
testRollbarHandlerCreatesNotifier ( )
testRollbarHandlerReusesNotifier ( )
testSocketHandler ( )
testSyslogHandlerWithLogopts ( )

Protected Methods

Method Description
getContainer ( array $config = [], array $thirdPartyDefinitions = [] )

Method Details

getContainer() protected method

protected getContainer ( array $config = [], array $thirdPartyDefinitions = [] )
$config array
$thirdPartyDefinitions array

testExceptionWhenInvalidHandler() public method

testExceptionWhenUsingBufferWithoutHandler() public method

testExceptionWhenUsingFilterWithoutHandler() public method

testExceptionWhenUsingFingerscrossedWithoutHandler() public method

testExceptionWhenUsingGelfWithoutPublisher() public method

testExceptionWhenUsingGelfWithoutPublisherHostname() public method

testExceptionWhenUsingServiceWithoutId() public method

testFingersCrossedHandlerWhenExcluded404sAreSpecified() public method

testLoadWithCustomValues() public method

testLoadWithDefault() public method

public testLoadWithDefault ( )

testLoadWithNestedHandler() public method

testLoadWithServiceHandler() public method

testLogglyHandler() public method

public testLogglyHandler ( )

testRavenHandlerWhenAClientIsSpecified() public method

testRavenHandlerWhenADSNAndAClientAreSpecified() public method

testRavenHandlerWhenADSNIsSpecified() public method

testRavenHandlerWhenConfigurationIsWrong() public method

testRollbarHandlerCreatesNotifier() public method

testRollbarHandlerReusesNotifier() public method

testSocketHandler() public method

public testSocketHandler ( )

testSyslogHandlerWithLogopts() public method