mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2025-10-15 14:14:24 +02: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
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
<?php
|
||||
|
||||
class UnitTest_PureHTMLDefinition extends UnitTestCase
|
||||
class Test_PureHTMLDefinition extends UnitTestCase
|
||||
{
|
||||
|
||||
var $def;
|
||||
|
||||
function UnitTest_PureHTMLDefinition() {
|
||||
function Test_PureHTMLDefinition() {
|
||||
$this->UnitTestCase();
|
||||
$this->def = new PureHTMLDefinition();
|
||||
$this->def->loadData();
|
||||
|
Reference in New Issue
Block a user