PHP Class Neos\Flow\Tests\Unit\Log\Backend\FileBackendTest

Inheritance: extends Neos\Flow\Tests\UnitTestCase
显示文件 Open project: neos/flow-development-collection

Public Methods

Method Description
appendIgnoresMessagesAboveTheSeverityThreshold ( )
appendRendersALogEntryAndAppendsItToTheLogfile ( )
appendRendersALogEntryWithRemoteIpAddressAndAppendsItToTheLogfile ( )
logFileIsRotatedIfMaximumSizeIsExceeded ( )
openCreatesParentDirectoriesIfTheOptionSaysSo ( )
openDoesNotCreateParentDirectoriesByDefault ( )
setUp ( )
theLogFileIsOpenedWithOpen ( )

Method Details

appendIgnoresMessagesAboveTheSeverityThreshold() public method

appendRendersALogEntryAndAppendsItToTheLogfile() public method

appendRendersALogEntryWithRemoteIpAddressAndAppendsItToTheLogfile() public method

logFileIsRotatedIfMaximumSizeIsExceeded() public method

openCreatesParentDirectoriesIfTheOptionSaysSo() public method

openDoesNotCreateParentDirectoriesByDefault() public method

setUp() public method

public setUp ( )

theLogFileIsOpenedWithOpen() public method