Release 1.6.0, merged in r875-930.
[htmlpurifier.git] / tests / test_files.php
blobc2fc532a1902923e9105b75b4cef5fad99ac5732
1 <?php
3 if (!defined('HTMLPurifierTest')) exit;
5 // define callable test files (sorted alphabetically)
6 $test_files[] = 'AttrDef/CSS/BackgroundPositionTest.php';
7 $test_files[] = 'AttrDef/CSS/BackgroundTest.php';
8 $test_files[] = 'AttrDef/CSS/BorderTest.php';
9 $test_files[] = 'AttrDef/CSS/ColorTest.php';
10 $test_files[] = 'AttrDef/CSS/CompositeTest.php';
11 $test_files[] = 'AttrDef/CSS/FontFamilyTest.php';
12 $test_files[] = 'AttrDef/CSS/FontTest.php';
13 $test_files[] = 'AttrDef/CSS/LengthTest.php';
14 $test_files[] = 'AttrDef/CSS/ListStyleTest.php';
15 $test_files[] = 'AttrDef/CSS/MultipleTest.php';
16 $test_files[] = 'AttrDef/CSS/NumberTest.php';
17 $test_files[] = 'AttrDef/CSS/PercentageTest.php';
18 $test_files[] = 'AttrDef/CSS/TextDecorationTest.php';
19 $test_files[] = 'AttrDef/CSS/URITest.php';
20 $test_files[] = 'AttrDef/CSSTest.php';
21 $test_files[] = 'AttrDef/EnumTest.php';
22 $test_files[] = 'AttrDef/HTML/IDTest.php';
23 $test_files[] = 'AttrDef/HTML/LengthTest.php';
24 $test_files[] = 'AttrDef/HTML/MultiLengthTest.php';
25 $test_files[] = 'AttrDef/HTML/NmtokensTest.php';
26 $test_files[] = 'AttrDef/HTML/PixelsTest.php';
27 $test_files[] = 'AttrDef/HTML/LinkTypesTest.php';
28 $test_files[] = 'AttrDef/IntegerTest.php';
29 $test_files[] = 'AttrDef/LangTest.php';
30 $test_files[] = 'AttrDef/TextTest.php';
31 $test_files[] = 'AttrDef/URI/Email/SimpleCheckTest.php';
32 $test_files[] = 'AttrDef/URI/HostTest.php';
33 $test_files[] = 'AttrDef/URI/IPv4Test.php';
34 $test_files[] = 'AttrDef/URI/IPv6Test.php';
35 $test_files[] = 'AttrDef/URITest.php';
36 $test_files[] = 'AttrDefTest.php';
37 $test_files[] = 'AttrTransform/BdoDirTest.php';
38 $test_files[] = 'AttrTransform/BgColorTest.php';
39 $test_files[] = 'AttrTransform/BorderTest.php';
40 $test_files[] = 'AttrTransform/ImgRequiredTest.php';
41 $test_files[] = 'AttrTransform/LangTest.php';
42 $test_files[] = 'AttrTransform/LengthTest.php';
43 $test_files[] = 'AttrTransform/NameTest.php';
44 $test_files[] = 'AttrTransform/TextAlignTest.php';
45 $test_files[] = 'ChildDef/ChameleonTest.php';
46 $test_files[] = 'ChildDef/CustomTest.php';
47 $test_files[] = 'ChildDef/OptionalTest.php';
48 $test_files[] = 'ChildDef/RequiredTest.php';
49 $test_files[] = 'ChildDef/StrictBlockquoteTest.php';
50 $test_files[] = 'ChildDef/TableTest.php';
51 $test_files[] = 'ConfigSchemaTest.php';
52 $test_files[] = 'ConfigTest.php';
53 $test_files[] = 'ContextTest.php';
54 $test_files[] = 'EncoderTest.php';
55 $test_files[] = 'EntityLookupTest.php';
56 $test_files[] = 'EntityParserTest.php';
57 $test_files[] = 'GeneratorTest.php';
58 $test_files[] = 'HTMLModuleManagerTest.php';
59 $test_files[] = 'IDAccumulatorTest.php';
60 $test_files[] = 'LanguageFactoryTest.php';
61 $test_files[] = 'LanguageTest.php';
62 $test_files[] = 'Lexer/DirectLexTest.php';
63 $test_files[] = 'LexerTest.php';
64 $test_files[] = 'PercentEncoderTest.php';
65 $test_files[] = 'Strategy/CompositeTest.php';
66 $test_files[] = 'Strategy/CoreTest.php';
67 $test_files[] = 'Strategy/FixNestingTest.php';
68 $test_files[] = 'Strategy/MakeWellFormedTest.php';
69 $test_files[] = 'Strategy/RemoveForeignElementsTest.php';
70 $test_files[] = 'Strategy/ValidateAttributesTest.php';
71 $test_files[] = 'TagTransformTest.php';
72 $test_files[] = 'Test.php';
73 $test_files[] = 'TokenTest.php';
74 $test_files[] = 'URISchemeRegistryTest.php';
75 $test_files[] = 'URISchemeTest.php';
77 if (version_compare(PHP_VERSION, '5', '>=')) {
78 $test_files[] = 'TokenFactoryTest.php';