‪TYPO3CMS  ‪main
TYPO3\CMS\Core\Tests\Functional\Log\LoggerAwareChannelTest Class Reference
Inheritance diagram for TYPO3\CMS\Core\Tests\Functional\Log\LoggerAwareChannelTest:

Public Member Functions

 classLevelChannelAttributeIsRead ()
 
 constructorChannelAttributeIsRead ()
 

Protected Member Functions

 setUp ()
 
 tearDown ()
 

Protected Attributes

array $testExtensionsToLoad
 
array $configurationToUseInTestInstance
 

Detailed Description

Definition at line 29 of file LoggerAwareChannelTest.php.

Member Function Documentation

◆ classLevelChannelAttributeIsRead()

TYPO3\CMS\Core\Tests\Functional\Log\LoggerAwareChannelTest::classLevelChannelAttributeIsRead ( )

◆ constructorChannelAttributeIsRead()

TYPO3\CMS\Core\Tests\Functional\Log\LoggerAwareChannelTest::constructorChannelAttributeIsRead ( )

◆ setUp()

TYPO3\CMS\Core\Tests\Functional\Log\LoggerAwareChannelTest::setUp ( )
protected

◆ tearDown()

TYPO3\CMS\Core\Tests\Functional\Log\LoggerAwareChannelTest::tearDown ( )
protected

Member Data Documentation

◆ $configurationToUseInTestInstance

array TYPO3\CMS\Core\Tests\Functional\Log\LoggerAwareChannelTest::$configurationToUseInTestInstance
protected
Initial value:
= [
'LOG' => [
'beep' => [
'writerConfiguration' => [
LogLevel::DEBUG => [
DummyWriter::class => [],
],
],
],
],
]

Definition at line 35 of file LoggerAwareChannelTest.php.

◆ $testExtensionsToLoad

array TYPO3\CMS\Core\Tests\Functional\Log\LoggerAwareChannelTest::$testExtensionsToLoad
protected
Initial value:
= [
'typo3/sysext/core/Tests/Functional/Fixtures/Extensions/test_logger',
]

Definition at line 31 of file LoggerAwareChannelTest.php.