This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
htmlpurifier
Watch
0
Star
0
Fork
0
You've already forked htmlpurifier
mirror of
https://github.com/ezyang/htmlpurifier.git
synced
2024-11-12 16:38:40 +00:00
Code
Releases
Activity
ccebe77e70
htmlpurifier
/
tests
/
HTML_Purifier.php
14 lines
152 B
PHP
Raw
Normal View
History
Unescape
Escape
Add framework. git-svn-id: http://htmlpurifier.org/svnroot/html_purifier/trunk@17 48356398-32a2-884e-a903-53898d9a118a
2006-04-15 01:13:42 +00:00
<
?
php
Standardize test-cases with the prefix Test_. Add framework for HTML_Purifier, its unit test will really only be for regression testing from integration issues. It's more important to test the components. git-svn-id: http://htmlpurifier.org/svnroot/html_purifier/trunk@35 48356398-32a2-884e-a903-53898d9a118a
2006-04-16 03:39:39 +00:00
class
Test_HTML_Purifier
extends
UnitTestCase
Add framework. git-svn-id: http://htmlpurifier.org/svnroot/html_purifier/trunk@17 48356398-32a2-884e-a903-53898d9a118a
2006-04-15 01:13:42 +00:00
{
Standardize test-cases with the prefix Test_. Add framework for HTML_Purifier, its unit test will really only be for regression testing from integration issues. It's more important to test the components. git-svn-id: http://htmlpurifier.org/svnroot/html_purifier/trunk@35 48356398-32a2-884e-a903-53898d9a118a
2006-04-16 03:39:39 +00:00
function
Test_HTML_Purifier
()
{
}
Add framework. git-svn-id: http://htmlpurifier.org/svnroot/html_purifier/trunk@17 48356398-32a2-884e-a903-53898d9a118a
2006-04-15 01:13:42 +00:00
}
?>
Copy Permalink