PHP Class Redaxscript\Tests\Html\ElementTest

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

Public Methods

Method Description
providerAttr ( ) : array providerAttr
providerClass ( ) : array providerClass
providerCreate ( ) : array providerCreate
providerText ( ) : array providerText
providerVal ( ) : array providerVal
testAttr ( array $attribute = [], string $expect = null ) testAttr
testClass ( array $className = [], string $expect = null ) testClass
testCopy ( ) testCopy
testCreate ( string $tag = null, array $attributeArray = [], string $expect = null ) testCreate
testText ( array $text = null, string $expect = null ) testText
testVal ( array $value = null, string $expect = null ) testVal

Method Details

providerAttr() public method

providerAttr
Since: 2.2.0
public providerAttr ( ) : array
return array

providerClass() public method

providerClass
Since: 2.2.0
public providerClass ( ) : array
return array

providerCreate() public method

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

providerText() public method

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

providerVal() public method

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

testAttr() public method

testAttr
Since: 2.2.0
public testAttr ( array $attribute = [], string $expect = null )
$attribute array
$expect string

testClass() public method

testClass
Since: 2.2.0
public testClass ( array $className = [], string $expect = null )
$className array
$expect string

testCopy() public method

testCopy
Since: 2.2.0
public testCopy ( )

testCreate() public method

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

testText() public method

testText
Since: 2.6.0
public testText ( array $text = null, string $expect = null )
$text array
$expect string

testVal() public method

testVal
Since: 2.6.0
public testVal ( array $value = null, string $expect = null )
$value array
$expect string