PHP Class Redaxscript\Tests\Html\FormTest

Since: 2.6.0
Author: Henry Ruhs
Inheritance: extends Redaxscript\Tests\TestCase
Show file Open project: redaxmedia/redaxscript

Protected Properties

Property Type Description
$_language object instance of the language class
$_registry object instance of the registry class

Public Methods

Method Description
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

Method Details

providerButton() public method

providerButton
Since: 2.6.0
public providerButton ( ) : array
return array

providerCaptcha() public method

providerCaptcha
Since: 2.6.0
public providerCaptcha ( ) : array
return array

providerCreate() public method

providerCreate
Since: 2.6.0
public providerCreate ( ) : array
return array

providerInput() public method

providerInput
Since: 2.6.0
public providerInput ( ) : array
return array

providerLabel() public method

providerLabel
Since: 2.6.0
public providerLabel ( ) : array
return array

providerLegend() public method

providerLegend
Since: 2.6.0
public providerLegend ( ) : array
return array

providerSelect() public method

providerSelect
Since: 2.6.0
public providerSelect ( ) : array
return array

providerSelectRange() public method

providerSelectRange
Since: 3.0.0
public providerSelectRange ( ) : array
return array

providerTextarea() public method

providerTextarea
Since: 2.6.0
public providerTextarea ( ) : array
return array

providerToken() public method

providerToken
Since: 2.6.0
public providerToken ( ) : array
return array

setUp() public method

setUp
Since: 2.6.0
public setUp ( )

testButton() public method

testButton
Since: 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() public method

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

testCreate() public method

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

testInput() public method

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

testLabel() public method

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

testLegend() public method

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

testSelect() public method

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

testSelectRange() public method

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

testTextarea() public method

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

testToken() public method

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

Property Details

$_language protected property

instance of the language class
protected object $_language
return object

$_registry protected property

instance of the registry class
protected object $_registry
return object