PHP Класс Jyxo\HtmlTest

См. также: Jyxo\Html
Автор: Jaroslav Hanslík
Наследование: extends PHPUnit_Framework_TestCase
Показать файл Открыть проект

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

Метод Описание
testConstruct ( ) Tests the __construct() method.
testFromText ( ) Tests the fromText() method.
testGetBody ( ) Tests the getBody() method.
testIs ( ) Tests the is() method.
testLinkFromText ( ) Tests the linkFromText() method.
testRemoveAttributes ( ) Tests the removeAttributes() method.
testRemoveDangerous ( ) Tests the removeDangerous() method.
testRemoveInnerTags ( ) Tests the removeInnerTags() method.
testRemoveJavascriptEvents ( ) Tests the removeJavascriptEvents() method.
testRemoveRemoteImages ( ) Tests the removeRemoteImages() method.
testRemoveTags ( ) Tests the removeTags() method.
testRepair ( ) Tests the repair() method.
testToText ( ) Tests the toText() method.

Защищенные методы

Метод Описание
setUp ( ) Prepares the testing environment.

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

setUp() защищенный Метод

Prepares the testing environment.
protected setUp ( )

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

Tests the __construct() method.
См. также: Jyxo\Html::__construct()
public testConstruct ( )

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

Tests the fromText() method.
См. также: Jyxo\Html::fromText()
public testFromText ( )

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

Tests the getBody() method.
См. также: Jyxo\Html::getBody()
public testGetBody ( )

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

Tests the is() method.
См. также: Jyxo\Html::is()
public testIs ( )

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

Tests the linkFromText() method.
См. также: Jyxo\Html::linkFromText()
public testLinkFromText ( )

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

Tests the removeAttributes() method.
См. также: Jyxo\Html::removeAttributes()

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

Tests the removeDangerous() method.
См. также: Jyxo\Html::removeDangerous()
public testRemoveDangerous ( )

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

Tests the removeInnerTags() method.
См. также: Jyxo\Html::removeInnerTags()
public testRemoveInnerTags ( )

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

Tests the removeJavascriptEvents() method.
См. также: Jyxo\Html::removeJavascriptEvents()

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

Tests the removeRemoteImages() method.
См. также: Jyxo\Html::removeRemoteImages()

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

Tests the removeTags() method.
См. также: Jyxo\Html::removeTags()
public testRemoveTags ( )

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

Tests the repair() method.
См. также: Jyxo\Html::repair()
public testRepair ( )

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

Tests the toText() method.
См. также: Jyxo\Html::toText()
public testToText ( )