mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2025-08-04 13:18:00 +02:00
Reorganize configdoc, but it's still broken.
git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1577 48356398-32a2-884e-a903-53898d9a118a
This commit is contained in:
11
tests/ConfigDoc/DOM/DocumentTest.php
Normal file
11
tests/ConfigDoc/DOM/DocumentTest.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
class ConfigDoc_DOM_DocumentTest extends UnitTestCase
|
||||
{
|
||||
|
||||
function testOverload() {
|
||||
$dom = new ConfigDoc_DOM_Document();
|
||||
$this->assertIsA($dom->createElement('a'), 'ConfigDoc_DOM_Element');
|
||||
}
|
||||
|
||||
}
|
@@ -134,7 +134,9 @@ if ($csstidy_location) {
|
||||
|
||||
// ConfigDoc auxiliary library
|
||||
|
||||
// ... none yet
|
||||
if (version_compare(PHP_VERSION, '5.2', '>=')) {
|
||||
$test_files[] = 'ConfigDoc/DOM/DocumentTest.php';
|
||||
}
|
||||
|
||||
// FSTools auxiliary library
|
||||
|
||||
|
Reference in New Issue
Block a user