PHP Класс lithium\tests\cases\analysis\logger\adapter\CacheTest

Наследование: extends lithium\test\Unit
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

setUp() публичный Метод

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

testConfiguration() публичный Метод

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

testConstruct() публичный Метод

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

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.
public testWrite ( )