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

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

Public Methods

Method Description
testChannelParametersResolved ( )
testHandlersWithChannels ( )
testLoadWithNewAndPriority ( )
testLoadWithNewAtEnd ( )
testLoadWithOverwriting ( )
testLoadWithSeveralHandlers ( )
testMultipleEmailRecipients ( )
testPsr3MessageProcessingDisabled ( )
testSingleEmailRecipient ( )

Protected Methods

Method Description
getContainer ( $fixture )
loadFixture ( ContainerBuilder $container, $fixture )

Method Details

getContainer() protected method

protected getContainer ( $fixture )

loadFixture() abstract protected method

abstract protected loadFixture ( ContainerBuilder $container, $fixture )
$container Symfony\Component\DependencyInjection\ContainerBuilder

testChannelParametersResolved() public method

testHandlersWithChannels() public method

testLoadWithNewAndPriority() public method

testLoadWithNewAtEnd() public method

testLoadWithOverwriting() public method

testLoadWithSeveralHandlers() public method

testMultipleEmailRecipients() public method

testPsr3MessageProcessingDisabled() public method

testSingleEmailRecipient() public method