PHP 클래스 Kraken\_Unit\Throwable\ErrorHandlerTest

상속: extends Kraken\Test\TUnit
파일 보기 프로젝트 열기: kraken-php/framework

공개 메소드들

메소드 설명
errorProvider ( ) : mixed[]
noticeProvider ( ) : mixed[]
testStaticApiHandleError_ReturnsImmediately_OnUndefinedLevelErrors ( $code, $expected )
testStaticApiHandleError_ThrowsFatal_OnFatalLevelErrors ( $code, $expected )
testStaticApiHandleError_ThrowsNotice_OnNoticeLevelErrors ( $code, $expected )
testStaticApiHandleError_ThrowsWarning_OnWarningLevelErrors ( $code, $expected )
undefinedProvider ( ) : mixed[]
warningProvider ( ) : mixed[]

메소드 상세

errorProvider() 공개 메소드

public errorProvider ( ) : mixed[]
리턴 mixed[]

noticeProvider() 공개 메소드

public noticeProvider ( ) : mixed[]
리턴 mixed[]

testStaticApiHandleError_ReturnsImmediately_OnUndefinedLevelErrors() 공개 메소드

testStaticApiHandleError_ThrowsFatal_OnFatalLevelErrors() 공개 메소드

testStaticApiHandleError_ThrowsNotice_OnNoticeLevelErrors() 공개 메소드

testStaticApiHandleError_ThrowsWarning_OnWarningLevelErrors() 공개 메소드

undefinedProvider() 공개 메소드

public undefinedProvider ( ) : mixed[]
리턴 mixed[]

warningProvider() 공개 메소드

public warningProvider ( ) : mixed[]
리턴 mixed[]