PHP 클래스 Phprest\ErrorHandler\Handler\LogTest

상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: phprest/phprest

보호된 프로퍼티들

프로퍼티 타입 설명
$logHandler Log
$monolog Monolog\Logger
$monologHandler Monolog\Handler\TestHandler

공개 메소드들

메소드 설명
setUp ( )
testErrorExceptionErrorLog ( )
testInfoExceptionErrorLog ( )
testNoticeExceptionErrorLog ( )
testPhprestException ( )
testSimpleException ( )
testWarningExceptionErrorLog ( )

메소드 상세

setUp() 공개 메소드

public setUp ( )

testErrorExceptionErrorLog() 공개 메소드

testInfoExceptionErrorLog() 공개 메소드

testNoticeExceptionErrorLog() 공개 메소드

testPhprestException() 공개 메소드

testSimpleException() 공개 메소드

public testSimpleException ( )

testWarningExceptionErrorLog() 공개 메소드

프로퍼티 상세

$logHandler 보호되어 있는 프로퍼티

protected Log,Phprest\ErrorHandler\Handler $logHandler
리턴 Log

$monolog 보호되어 있는 프로퍼티

protected Logger,Monolog $monolog
리턴 Monolog\Logger

$monologHandler 보호되어 있는 프로퍼티

protected TestHandler,Monolog\Handler $monologHandler
리턴 Monolog\Handler\TestHandler