PHP 클래스 lithium\tests\cases\analysis\logger\adapter\FirePhpTest

상속: extends lithium\test\Unit
파일 보기 프로젝트 열기: unionofrad/lithium

공개 메소드들

메소드 설명
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 ( )