PHP 클래스 Jyxo\HtmlTest

또한 보기: Jyxo\Html
저자: Jaroslav Hanslík
상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: jyxo/php

공개 메소드들

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