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

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

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

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

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

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

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

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