PHP 클래스 Redaxscript\Tests\Html\ElementTest

부터: 2.6.0
저자: Henry Ruhs
파일 보기 프로젝트 열기: redaxmedia/redaxscript

공개 메소드들

메소드 설명
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

메소드 상세

providerAttr() 공개 메소드

providerAttr
부터: 2.2.0
public providerAttr ( ) : array
리턴 array

providerClass() 공개 메소드

providerClass
부터: 2.2.0
public providerClass ( ) : array
리턴 array

providerCreate() 공개 메소드

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

providerText() 공개 메소드

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

providerVal() 공개 메소드

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

testAttr() 공개 메소드

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

testClass() 공개 메소드

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

testCopy() 공개 메소드

testCopy
부터: 2.2.0
public testCopy ( )

testCreate() 공개 메소드

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

testText() 공개 메소드

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

testVal() 공개 메소드

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