PHP Class Redaxscript\Tests\Html\HtmlTest

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

Public Methods

Method Description
providerAppend ( ) : array providerAppend
providerHtml ( ) : array providerHtml
providerPrepend ( ) : array providerPrepend
testAppend ( string $html = null, string $append = null, string $expect = null ) testAppend
testClear ( ) testClear
testHtml ( string $html = null, string $expect = null ) testHtml
testPrepend ( string $html = null, string $prepend = null, string $expect = null ) testPrepend

Method Details

providerAppend() public method

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

providerHtml() public method

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

providerPrepend() public method

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

testAppend() public method

testAppend
Since: 2.6.0
public testAppend ( string $html = null, string $append = null, string $expect = null )
$html string
$append string
$expect string

testClear() public method

testClear
Since: 3.0.0
public testClear ( )

testHtml() public method

testHtml
Since: 2.6.0
public testHtml ( string $html = null, string $expect = null )
$html string
$expect string

testPrepend() public method

testPrepend
Since: 2.6.0
public testPrepend ( string $html = null, string $prepend = null, string $expect = null )
$html string
$prepend string
$expect string