PHP Class lithium\tests\cases\analysis\logger\adapter\FirePhpTest

Inheritance: extends lithium\test\Unit
Datei anzeigen Open project: unionofrad/lithium

Public Methods

Method Description
setUp ( ) Sets up and configures the logger and also the cache storage for testing.
testConfiguration ( ) Test if the configuration is correctly set in the logger.
testConstruct ( ) Test the initialization of the FirePhp log adapter.
testWrite ( ) Tests the writing mechanism. At first, no Response object is bound to the logger, so it queues up the messages. When the Response object finally gets bound, it flushes the needed headers and all messages at once. All messages coming after this point get added to the header immediately.

Method Details

setUp() public method

Sets up and configures the logger and also the cache storage for testing.
public setUp ( )

testConfiguration() public method

Test if the configuration is correctly set in the logger.
public testConfiguration ( )

testConstruct() public method

Test the initialization of the FirePhp log adapter.
public testConstruct ( )

testWrite() public method

Tests the writing mechanism. At first, no Response object is bound to the logger, so it queues up the messages. When the Response object finally gets bound, it flushes the needed headers and all messages at once. All messages coming after this point get added to the header immediately.
public testWrite ( )