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

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

Public Methods

Method Description
setUp ( ) Sets up and configers 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 cache log adapter.
testWrite ( ) Tests the correct writing to the cache adapter. In this test we use the "Memory" cache adapter so that we can easily verify the written message.

Method Details

setUp() public method

Sets up and configers 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 cache log adapter.
public testConstruct ( )

testWrite() public method

Tests the correct writing to the cache adapter. In this test we use the "Memory" cache adapter so that we can easily verify the written message.
public testWrite ( )