PHP 클래스 Redaxscript\Tests\MessengerTest

부터: 3.0.0
저자: Henry Ruhs
상속: extends TestCaseAbstract
파일 보기 프로젝트 열기: redaxmedia/redaxscript

보호된 프로퍼티들

프로퍼티 타입 설명
$_registry object instance of the registry class

공개 메소드들

메소드 설명
providerError ( ) : array providerError
providerInfo ( ) : array providerInfo
providerRender ( ) : array providerRender
providerSuccess ( ) : array providerSuccess
providerWarning ( ) : array providerWarning
setUp ( ) setUp
testError ( array $error = null, array $actionArray = null, string $expect = null ) testError
testInfo ( array $info = null, array $actionArray = [], string $expect = null ) testInfo
testRender ( array $render = null, array $actionArray = null, string $expect = null ) testRender
testSuccess ( array $success = null, array $actionArray = [], string $expect = null ) testSuccess
testWarning ( array $warning = null, array $actionArray = [], string $expect = null ) testWarning

메소드 상세

providerError() 공개 메소드

providerError
부터: 3.0.0
public providerError ( ) : array
리턴 array

providerInfo() 공개 메소드

providerInfo
부터: 3.0.0
public providerInfo ( ) : array
리턴 array

providerRender() 공개 메소드

providerRender
부터: 3.0.0
public providerRender ( ) : array
리턴 array

providerSuccess() 공개 메소드

providerSuccess
부터: 3.0.0
public providerSuccess ( ) : array
리턴 array

providerWarning() 공개 메소드

providerWarning
부터: 3.0.0
public providerWarning ( ) : array
리턴 array

setUp() 공개 메소드

setUp
부터: 2.1.0
public setUp ( )

testError() 공개 메소드

testError
부터: 3.0.0
public testError ( array $error = null, array $actionArray = null, string $expect = null )
$error array
$actionArray array
$expect string

testInfo() 공개 메소드

testInfo
부터: 3.0.0
public testInfo ( array $info = null, array $actionArray = [], string $expect = null )
$info array
$actionArray array
$expect string

testRender() 공개 메소드

testRender
부터: 3.0.0
public testRender ( array $render = null, array $actionArray = null, string $expect = null )
$render array
$actionArray array
$expect string

testSuccess() 공개 메소드

testSuccess
부터: 3.0.0
public testSuccess ( array $success = null, array $actionArray = [], string $expect = null )
$success array
$actionArray array
$expect string

testWarning() 공개 메소드

testWarning
부터: 3.0.0
public testWarning ( array $warning = null, array $actionArray = [], string $expect = null )
$warning array
$actionArray array
$expect string

프로퍼티 상세

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

instance of the registry class
protected object $_registry
리턴 object