2007-01-19 23:26:15 +00:00
|
|
|
<?php
|
|
|
|
|
|
|
|
if (!defined('HTMLPurifierTest')) exit;
|
|
|
|
|
2007-02-14 20:38:51 +00:00
|
|
|
// define callable test files (sorted alphabetically)
|
2007-05-20 19:29:05 +00:00
|
|
|
$test_files[] = 'AttrCollectionsTest.php';
|
2007-02-14 20:38:51 +00:00
|
|
|
$test_files[] = 'AttrDef/CSS/BackgroundPositionTest.php';
|
|
|
|
$test_files[] = 'AttrDef/CSS/BackgroundTest.php';
|
|
|
|
$test_files[] = 'AttrDef/CSS/BorderTest.php';
|
|
|
|
$test_files[] = 'AttrDef/CSS/ColorTest.php';
|
|
|
|
$test_files[] = 'AttrDef/CSS/CompositeTest.php';
|
|
|
|
$test_files[] = 'AttrDef/CSS/FontFamilyTest.php';
|
|
|
|
$test_files[] = 'AttrDef/CSS/FontTest.php';
|
|
|
|
$test_files[] = 'AttrDef/CSS/LengthTest.php';
|
|
|
|
$test_files[] = 'AttrDef/CSS/ListStyleTest.php';
|
|
|
|
$test_files[] = 'AttrDef/CSS/MultipleTest.php';
|
|
|
|
$test_files[] = 'AttrDef/CSS/NumberTest.php';
|
|
|
|
$test_files[] = 'AttrDef/CSS/PercentageTest.php';
|
|
|
|
$test_files[] = 'AttrDef/CSS/TextDecorationTest.php';
|
|
|
|
$test_files[] = 'AttrDef/CSS/URITest.php';
|
|
|
|
$test_files[] = 'AttrDef/CSSTest.php';
|
|
|
|
$test_files[] = 'AttrDef/EnumTest.php';
|
2007-05-21 01:36:15 +00:00
|
|
|
$test_files[] = 'AttrDef/HTML/ColorTest.php';
|
2007-02-14 20:38:51 +00:00
|
|
|
$test_files[] = 'AttrDef/HTML/IDTest.php';
|
|
|
|
$test_files[] = 'AttrDef/HTML/LengthTest.php';
|
2007-04-30 21:19:15 +00:00
|
|
|
$test_files[] = 'AttrDef/HTML/FrameTargetTest.php';
|
2007-02-14 20:38:51 +00:00
|
|
|
$test_files[] = 'AttrDef/HTML/MultiLengthTest.php';
|
|
|
|
$test_files[] = 'AttrDef/HTML/NmtokensTest.php';
|
|
|
|
$test_files[] = 'AttrDef/HTML/PixelsTest.php';
|
2007-03-31 02:58:16 +00:00
|
|
|
$test_files[] = 'AttrDef/HTML/LinkTypesTest.php';
|
2007-02-14 20:38:51 +00:00
|
|
|
$test_files[] = 'AttrDef/IntegerTest.php';
|
|
|
|
$test_files[] = 'AttrDef/LangTest.php';
|
|
|
|
$test_files[] = 'AttrDef/TextTest.php';
|
|
|
|
$test_files[] = 'AttrDef/URI/Email/SimpleCheckTest.php';
|
|
|
|
$test_files[] = 'AttrDef/URI/HostTest.php';
|
|
|
|
$test_files[] = 'AttrDef/URI/IPv4Test.php';
|
|
|
|
$test_files[] = 'AttrDef/URI/IPv6Test.php';
|
|
|
|
$test_files[] = 'AttrDef/URITest.php';
|
|
|
|
$test_files[] = 'AttrDefTest.php';
|
2007-05-05 02:25:55 +00:00
|
|
|
$test_files[] = 'AttrTransformTest.php';
|
2007-02-14 20:38:51 +00:00
|
|
|
$test_files[] = 'AttrTransform/BdoDirTest.php';
|
2007-03-29 21:20:44 +00:00
|
|
|
$test_files[] = 'AttrTransform/BgColorTest.php';
|
2007-05-03 04:07:47 +00:00
|
|
|
$test_files[] = 'AttrTransform/BoolToCSSTest.php';
|
2007-03-29 21:41:17 +00:00
|
|
|
$test_files[] = 'AttrTransform/BorderTest.php';
|
2007-05-05 15:48:41 +00:00
|
|
|
$test_files[] = 'AttrTransform/EnumToCSSTest.php';
|
2007-02-14 20:38:51 +00:00
|
|
|
$test_files[] = 'AttrTransform/ImgRequiredTest.php';
|
2007-04-30 19:39:42 +00:00
|
|
|
$test_files[] = 'AttrTransform/ImgSpaceTest.php';
|
2007-02-14 20:38:51 +00:00
|
|
|
$test_files[] = 'AttrTransform/LangTest.php';
|
2007-03-29 23:48:54 +00:00
|
|
|
$test_files[] = 'AttrTransform/LengthTest.php';
|
2007-03-29 23:19:53 +00:00
|
|
|
$test_files[] = 'AttrTransform/NameTest.php';
|
2007-05-20 19:29:05 +00:00
|
|
|
$test_files[] = 'AttrTypesTest.php';
|
2007-01-19 23:26:15 +00:00
|
|
|
$test_files[] = 'ChildDef/ChameleonTest.php';
|
|
|
|
$test_files[] = 'ChildDef/CustomTest.php';
|
2007-02-14 20:38:51 +00:00
|
|
|
$test_files[] = 'ChildDef/OptionalTest.php';
|
|
|
|
$test_files[] = 'ChildDef/RequiredTest.php';
|
2007-01-19 23:26:15 +00:00
|
|
|
$test_files[] = 'ChildDef/StrictBlockquoteTest.php';
|
2007-02-14 20:38:51 +00:00
|
|
|
$test_files[] = 'ChildDef/TableTest.php';
|
|
|
|
$test_files[] = 'ConfigSchemaTest.php';
|
|
|
|
$test_files[] = 'ConfigTest.php';
|
|
|
|
$test_files[] = 'ContextTest.php';
|
2007-05-14 22:36:35 +00:00
|
|
|
$test_files[] = 'DoctypeRegistryTest.php';
|
2007-05-07 00:38:23 +00:00
|
|
|
$test_files[] = 'ElementDefTest.php';
|
2007-02-14 20:38:51 +00:00
|
|
|
$test_files[] = 'EncoderTest.php';
|
2007-01-19 23:26:15 +00:00
|
|
|
$test_files[] = 'EntityLookupTest.php';
|
2007-02-14 20:38:51 +00:00
|
|
|
$test_files[] = 'EntityParserTest.php';
|
|
|
|
$test_files[] = 'GeneratorTest.php';
|
2007-02-17 19:37:48 +00:00
|
|
|
$test_files[] = 'HTMLModuleManagerTest.php';
|
2007-05-07 01:51:26 +00:00
|
|
|
$test_files[] = 'HTMLModuleTest.php';
|
2007-05-15 01:17:10 +00:00
|
|
|
$test_files[] = 'HTMLModule/ScriptingTest.php';
|
2007-05-19 01:42:17 +00:00
|
|
|
$test_files[] = 'HTMLModule/TidyTest.php';
|
2007-02-14 20:38:51 +00:00
|
|
|
$test_files[] = 'IDAccumulatorTest.php';
|
|
|
|
$test_files[] = 'LanguageFactoryTest.php';
|
|
|
|
$test_files[] = 'LanguageTest.php';
|
|
|
|
$test_files[] = 'Lexer/DirectLexTest.php';
|
|
|
|
$test_files[] = 'LexerTest.php';
|
|
|
|
$test_files[] = 'PercentEncoderTest.php';
|
2007-01-19 23:26:15 +00:00
|
|
|
$test_files[] = 'Strategy/CompositeTest.php';
|
|
|
|
$test_files[] = 'Strategy/CoreTest.php';
|
2007-02-14 20:38:51 +00:00
|
|
|
$test_files[] = 'Strategy/FixNestingTest.php';
|
|
|
|
$test_files[] = 'Strategy/MakeWellFormedTest.php';
|
|
|
|
$test_files[] = 'Strategy/RemoveForeignElementsTest.php';
|
2007-01-19 23:26:15 +00:00
|
|
|
$test_files[] = 'Strategy/ValidateAttributesTest.php';
|
|
|
|
$test_files[] = 'TagTransformTest.php';
|
2007-02-14 20:38:51 +00:00
|
|
|
$test_files[] = 'Test.php';
|
|
|
|
$test_files[] = 'TokenTest.php';
|
2007-01-19 23:26:15 +00:00
|
|
|
$test_files[] = 'URISchemeRegistryTest.php';
|
|
|
|
$test_files[] = 'URISchemeTest.php';
|
|
|
|
|
|
|
|
if (version_compare(PHP_VERSION, '5', '>=')) {
|
|
|
|
$test_files[] = 'TokenFactoryTest.php';
|
|
|
|
}
|
|
|
|
|
|
|
|
?>
|