PHP Класс Redaxscript\Tests\Html\HtmlTest

С версии: 2.6.0
Автор: Henry Ruhs
Наследование: extends Redaxscript\Tests\TestCaseAbstract
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

providerAppend() публичный Метод

providerAppend
С версии: 2.6.0
public providerAppend ( ) : array
Результат array

providerHtml() публичный Метод

providerHtml
С версии: 2.6.0
public providerHtml ( ) : array
Результат array

providerPrepend() публичный Метод

providerPrepend
С версии: 2.6.0
public providerPrepend ( ) : array
Результат array

testAppend() публичный Метод

testAppend
С версии: 2.6.0
public testAppend ( string $html = null, string $append = null, string $expect = null )
$html string
$append string
$expect string

testClear() публичный Метод

testClear
С версии: 3.0.0
public testClear ( )

testHtml() публичный Метод

testHtml
С версии: 2.6.0
public testHtml ( string $html = null, string $expect = null )
$html string
$expect string

testPrepend() публичный Метод

testPrepend
С версии: 2.6.0
public testPrepend ( string $html = null, string $prepend = null, string $expect = null )
$html string
$prepend string
$expect string