PHP 클래스 Redaxscript\Tests\Html\FormTest

부터: 2.6.0
저자: Henry Ruhs
상속: extends Redaxscript\Tests\TestCase
파일 보기 프로젝트 열기: redaxmedia/redaxscript

보호된 프로퍼티들

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

공개 메소드들

메소드 설명
providerButton ( ) : array providerButton
providerCaptcha ( ) : array providerCaptcha
providerCreate ( ) : array providerCreate
providerInput ( ) : array providerInput
providerLabel ( ) : array providerLabel
providerLegend ( ) : array providerLegend
providerLink ( ) : array providerLink
providerSelect ( ) : array providerSelect
providerSelectRange ( ) : array providerSelectRange
providerTextarea ( ) : array providerTextarea
providerToken ( ) : array providerToken
setUp ( ) setUp
testButton ( string $method = null, string $text = null, array $attributeArray = [], string $expect = null ) testButton
testCaptcha ( array $expectArray = [] ) testCaptcha
testCreate ( array $attributeArray = [], array $optionArray = [], string $expect = null ) testCreate
testInput ( string $method = null, array $attributeArray = [], string $expect = null ) testInput
testLabel ( string $text = null, array $attributeArray = [], string $expect = null ) testLabel
testLegend ( string $text = null, array $attributeArray = [], string $expect = null ) testLegend
testLink ( string $method = null, string $text = null, array $attributeArray = [], string $expect = null ) testLink
testSelect ( array $optionArray = [], array $attributeArray = [], array $expect = null ) testSelect
testSelectRange ( array $rangeArray = [], array $attributeArray = [], string $expect = null ) testSelectRange
testTextarea ( array $attributeArray = [], string $expect = null ) testTextarea
testToken ( array $registryArray = [], string $expect = null ) testToken

메소드 상세

providerButton() 공개 메소드

providerButton
부터: 2.6.0
public providerButton ( ) : array
리턴 array

providerCaptcha() 공개 메소드

providerCaptcha
부터: 2.6.0
public providerCaptcha ( ) : array
리턴 array

providerCreate() 공개 메소드

providerCreate
부터: 2.6.0
public providerCreate ( ) : array
리턴 array

providerInput() 공개 메소드

providerInput
부터: 2.6.0
public providerInput ( ) : array
리턴 array

providerLabel() 공개 메소드

providerLabel
부터: 2.6.0
public providerLabel ( ) : array
리턴 array

providerLegend() 공개 메소드

providerLegend
부터: 2.6.0
public providerLegend ( ) : array
리턴 array

providerSelect() 공개 메소드

providerSelect
부터: 2.6.0
public providerSelect ( ) : array
리턴 array

providerSelectRange() 공개 메소드

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

providerTextarea() 공개 메소드

providerTextarea
부터: 2.6.0
public providerTextarea ( ) : array
리턴 array

providerToken() 공개 메소드

providerToken
부터: 2.6.0
public providerToken ( ) : array
리턴 array

setUp() 공개 메소드

setUp
부터: 2.6.0
public setUp ( )

testButton() 공개 메소드

testButton
부터: 2.6.0
public testButton ( string $method = null, string $text = null, array $attributeArray = [], string $expect = null )
$method string
$text string
$attributeArray array
$expect string

testCaptcha() 공개 메소드

testCaptcha
부터: 3.0.0
public testCaptcha ( array $expectArray = [] )
$expectArray array

testCreate() 공개 메소드

testCreate
부터: 2.6.0
public testCreate ( array $attributeArray = [], array $optionArray = [], string $expect = null )
$attributeArray array
$optionArray array
$expect string

testInput() 공개 메소드

testInput
부터: 2.6.0
public testInput ( string $method = null, array $attributeArray = [], string $expect = null )
$method string
$attributeArray array
$expect string

testLabel() 공개 메소드

testLabel
부터: 2.6.0
public testLabel ( string $text = null, array $attributeArray = [], string $expect = null )
$text string
$attributeArray array
$expect string

testLegend() 공개 메소드

testLegend
부터: 2.6.0
public testLegend ( string $text = null, array $attributeArray = [], string $expect = null )
$text string
$attributeArray array
$expect string

testSelect() 공개 메소드

testSelect
부터: 2.6.0
public testSelect ( array $optionArray = [], array $attributeArray = [], array $expect = null )
$optionArray array
$attributeArray array
$expect array

testSelectRange() 공개 메소드

testSelectRange
부터: 3.0.0
public testSelectRange ( array $rangeArray = [], array $attributeArray = [], string $expect = null )
$rangeArray array
$attributeArray array
$expect string

testTextarea() 공개 메소드

testTextarea
부터: 2.6.0
public testTextarea ( array $attributeArray = [], string $expect = null )
$attributeArray array
$expect string

testToken() 공개 메소드

testToken
부터: 3.0.0
public testToken ( array $registryArray = [], string $expect = null )
$registryArray array
$expect string

프로퍼티 상세

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

instance of the language class
protected object $_language
리턴 object

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

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