From 64f97917191c95ea23912fa2e5771957ee685db7 Mon Sep 17 00:00:00 2001 From: JoshyPHP Date: Sat, 1 Oct 2022 10:16:00 +0200 Subject: [PATCH] Updated PHPUnit config [ci skip] --- phpunit.xml | 306 +--------------------------------------------------- 1 file changed, 1 insertion(+), 305 deletions(-) diff --git a/phpunit.xml b/phpunit.xml index bc068c8a0..51b87aee8 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -14,311 +14,7 @@ - - tests/Configurator/Collections/CollectionTest.php - tests/Configurator/Collections/NormalizedCollectionTest.php - tests/Configurator/Collections/NormalizedListTest.php - tests/Configurator/Traits/CollectionProxyTest.php - tests/Configurator/Traits/ConfigurableTest.php - tests/Configurator/Traits/TemplateSafenessTest.php - tests/ConfiguratorTest.php - tests/Configurator/Collections/AttributeCollectionTest.php - tests/Configurator/Collections/AttributeFilterChainTest.php - tests/Configurator/Collections/AttributeFilterCollectionTest.php - tests/Configurator/Collections/AttributeListTest.php - tests/Configurator/Collections/AttributePreprocessorCollectionTest.php - tests/Configurator/Collections/HostnameListTest.php - tests/Configurator/Collections/MinifierListTest.php - tests/Configurator/Collections/PluginCollectionTest.php - tests/Configurator/Collections/RulesetTest.php - tests/Configurator/Collections/RulesGeneratorListTest.php - tests/Configurator/Collections/SchemeListTest.php - tests/Configurator/Collections/TagCollectionTest.php - tests/Configurator/Collections/TagFilterChainTest.php - tests/Configurator/Collections/TagListTest.php - tests/Configurator/Collections/TemplateCheckListTest.php - tests/Configurator/Collections/TemplateNormalizationListTest.php - tests/Configurator/Collections/TemplateParameterCollectionTest.php - tests/Configurator/Exceptions/UnsafeTemplateExceptionTest.php - tests/Configurator/Helpers/AVTHelperTest.php - tests/Configurator/Helpers/ConfigHelperTest.php - tests/Configurator/Helpers/ContextSafenessTest.php - tests/Configurator/Helpers/FilterHelperTest.php - tests/Configurator/Helpers/FilterSyntaxMatcherTest.php - tests/Configurator/Helpers/ElementInspectorTest.php - tests/Configurator/Helpers/NodeLocatorTest.php - tests/Configurator/Helpers/RegexpBuilderTest.php - tests/Configurator/Helpers/RegexpParserTest.php - tests/Configurator/Helpers/RulesHelperTest.php - tests/Configurator/Helpers/TemplateHelperTest.php - tests/Configurator/Helpers/TemplateInspectorTest.php - tests/Configurator/Helpers/TemplateLoaderTest.php - tests/Configurator/Helpers/TemplateModifierTest.php - tests/Configurator/Helpers/TemplateParserTest.php - tests/Configurator/Helpers/XPathHelperTest.php - tests/Configurator/Items/AttributeTest.php - tests/Configurator/Items/AttributeFilterTest.php - tests/Configurator/Items/AttributePreprocessorTest.php - tests/Configurator/Items/ProgrammableCallbackTest.php - tests/Configurator/Items/AttributeFilters/AlnumFilterTest.php - tests/Configurator/Items/AttributeFilters/ChoiceFilterTest.php - tests/Configurator/Items/AttributeFilters/ColorFilterTest.php - tests/Configurator/Items/AttributeFilters/EmailFilterTest.php - tests/Configurator/Items/AttributeFilters/FalseFilterTest.php - tests/Configurator/Items/AttributeFilters/FloatFilterTest.php - tests/Configurator/Items/AttributeFilters/FontfamilyFilterTest.php - tests/Configurator/Items/AttributeFilters/HashmapFilterTest.php - tests/Configurator/Items/AttributeFilters/IdentifierFilterTest.php - tests/Configurator/Items/AttributeFilters/IntFilterTest.php - tests/Configurator/Items/AttributeFilters/IpFilterTest.php - tests/Configurator/Items/AttributeFilters/IpportFilterTest.php - tests/Configurator/Items/AttributeFilters/Ipv4FilterTest.php - tests/Configurator/Items/AttributeFilters/Ipv6FilterTest.php - tests/Configurator/Items/AttributeFilters/MapFilterTest.php - tests/Configurator/Items/AttributeFilters/NumberFilterTest.php - tests/Configurator/Items/AttributeFilters/RangeFilterTest.php - tests/Configurator/Items/AttributeFilters/RegexpFilterTest.php - tests/Configurator/Items/AttributeFilters/SimpletextFilterTest.php - tests/Configurator/Items/AttributeFilters/TimestampFilterTest.php - tests/Configurator/Items/AttributeFilters/UintFilterTest.php - tests/Configurator/Items/AttributeFilters/UrlFilterTest.php - tests/Configurator/Items/RegexpTest.php - tests/Configurator/Items/TagTest.php - tests/Configurator/Items/TagFilterTest.php - tests/Configurator/Items/TemplateTest.php - tests/Configurator/Items/TemplateDocumentTest.php - tests/Configurator/JavaScript/CallbackGeneratorTest.php - tests/Configurator/JavaScript/CodeTest.php - tests/Configurator/JavaScript/ConfigOptimizerTest.php - tests/Configurator/JavaScript/ConfigValueTest.php - tests/Configurator/JavaScript/DictionaryTest.php - tests/Configurator/JavaScript/EncoderTest.php - tests/Configurator/JavaScript/FunctionProviderTest.php - tests/Configurator/JavaScript/HasherTest.php - tests/Configurator/JavaScript/HintGeneratorTest.php - tests/Configurator/JavaScript/RegexpConvertorTest.php - tests/Configurator/JavaScript/MinifierTest.php - tests/Configurator/JavaScript/Minifiers/FirstAvailableTest.php - tests/Configurator/JavaScript/Minifiers/ClosureCompilerApplicationTest.php - tests/Configurator/JavaScript/Minifiers/ClosureCompilerServiceTest.php - tests/Configurator/JavaScript/Minifiers/MatthiasMullieMinifyTest.php - tests/Configurator/JavaScript/Minifiers/NoopTest.php - tests/Configurator/JavaScript/StylesheetCompressorTest.php - tests/Configurator/RecursiveParserTest.php - tests/Configurator/RecursiveParser/AbstractRecursiveMatcherTest.php - tests/Configurator/RecursiveParser/CachingRecursiveParserTest.php - tests/Configurator/RenderingTest.php - tests/Configurator/RulesGenerators/AllowAllTest.php - tests/Configurator/RulesGenerators/AutoCloseIfVoidTest.php - tests/Configurator/RulesGenerators/AutoReopenFormattingElementsTest.php - tests/Configurator/RulesGenerators/BlockElementsCloseFormattingElementsTest.php - tests/Configurator/RulesGenerators/BlockElementsFosterFormattingElementsTest.php - tests/Configurator/RulesGenerators/DisableAutoLineBreaksIfNewLinesArePreservedTest.php - tests/Configurator/RulesGenerators/EnforceContentModelsTest.php - tests/Configurator/RulesGenerators/EnforceOptionalEndTagsTest.php - tests/Configurator/RulesGenerators/IgnoreTagsInCodeTest.php - tests/Configurator/RulesGenerators/IgnoreTextIfDisallowedTest.php - tests/Configurator/RulesGenerators/IgnoreWhitespaceAroundBlockElementsTest.php - tests/Configurator/RulesGenerators/ManageParagraphsTest.php - tests/Configurator/RulesGenerators/TrimFirstLineInCodeBlocksTest.php - tests/Configurator/RulesGeneratorTest.php - tests/Configurator/TemplateNormalizations/AbstractNormalizationTest.php - tests/Configurator/TemplateNormalizations/AddAttributeValueToElementsTest.php - tests/Configurator/TemplateNormalizations/ConvertCurlyExpressionsInTextTest.php - tests/Configurator/TemplateNormalizations/CustomTest.php - tests/Configurator/TemplateNormalizations/DeoptimizeIfTest.php - tests/Configurator/TemplateNormalizations/EnforceHTMLOmittedEndTagsTest.php - tests/Configurator/TemplateNormalizations/FixUnescapedCurlyBracesInHtmlAttributesTest.php - tests/Configurator/TemplateNormalizations/FoldArithmeticConstantsTest.php - tests/Configurator/TemplateNormalizations/FoldConstantXPathExpressionsTest.php - tests/Configurator/TemplateNormalizations/InlineAttributesTest.php - tests/Configurator/TemplateNormalizations/InlineCDATATest.php - tests/Configurator/TemplateNormalizations/InlineElementsTest.php - tests/Configurator/TemplateNormalizations/InlineInferredValuesTest.php - tests/Configurator/TemplateNormalizations/InlineTextElementsTest.php - tests/Configurator/TemplateNormalizations/InlineXPathLiteralsTest.php - tests/Configurator/TemplateNormalizations/MinifyInlineCSSTest.php - tests/Configurator/TemplateNormalizations/MinifyXPathExpressionsTest.php - tests/Configurator/TemplateNormalizations/MergeConsecutiveCopyOfTest.php - tests/Configurator/TemplateNormalizations/MergeIdenticalConditionalBranchesTest.php - tests/Configurator/TemplateNormalizations/NormalizeAttributeNamesTest.php - tests/Configurator/TemplateNormalizations/NormalizeElementNamesTest.php - tests/Configurator/TemplateNormalizations/NormalizeUrlsTest.php - tests/Configurator/TemplateNormalizations/OptimizeConditionalAttributesTest.php - tests/Configurator/TemplateNormalizations/OptimizeConditionalValueOfTest.php - tests/Configurator/TemplateNormalizations/OptimizeNestedConditionalsTest.php - tests/Configurator/TemplateNormalizations/OptimizeChooseDeadBranchesTest.php - tests/Configurator/TemplateNormalizations/OptimizeChooseTest.php - tests/Configurator/TemplateNormalizations/OptimizeChooseTextTest.php - tests/Configurator/TemplateNormalizations/PreserveSingleSpacesTest.php - tests/Configurator/TemplateNormalizations/RemoveCommentsTest.php - tests/Configurator/TemplateNormalizations/RemoveInterElementWhitespaceTest.php - tests/Configurator/TemplateNormalizations/RemoveLivePreviewAttributesTest.php - tests/Configurator/TemplateNormalizations/RenameLivePreviewEventTest.php - tests/Configurator/TemplateNormalizations/SetAttributeOnElementsTest.php - tests/Configurator/TemplateNormalizations/SetRelNoreferrerOnTargetedLinksTest.php - tests/Configurator/TemplateNormalizations/SortAttributesByNameTest.php - tests/Configurator/TemplateNormalizations/TransposeCommentsTest.php - tests/Configurator/TemplateNormalizations/UninlineAttributesTest.php - tests/Configurator/TemplateNormalizerTest.php - tests/Configurator/TemplateChecks/AbstractDynamicContentCheckTest.php - tests/Configurator/TemplateChecks/DisallowAttributeSetsTest.php - tests/Configurator/TemplateChecks/DisallowCopyTest.php - tests/Configurator/TemplateChecks/DisallowDisableOutputEscapingTest.php - tests/Configurator/TemplateChecks/DisallowDynamicAttributeNamesTest.php - tests/Configurator/TemplateChecks/DisallowDynamicElementNamesTest.php - tests/Configurator/TemplateChecks/DisallowElementTest.php - tests/Configurator/TemplateChecks/DisallowElementNSTest.php - tests/Configurator/TemplateChecks/DisallowFlashFullScreenTest.php - tests/Configurator/TemplateChecks/DisallowNodeByXPathTest.php - tests/Configurator/TemplateChecks/DisallowObjectParamsWithGeneratedNameTest.php - tests/Configurator/TemplateChecks/DisallowPHPTagsTest.php - tests/Configurator/TemplateChecks/DisallowUncompilableXSLTest.php - tests/Configurator/TemplateChecks/DisallowUnsafeCopyOfTest.php - tests/Configurator/TemplateChecks/DisallowUnsafeDynamicCSSTest.php - tests/Configurator/TemplateChecks/DisallowUnsafeDynamicJSTest.php - tests/Configurator/TemplateChecks/DisallowUnsafeDynamicURLTest.php - tests/Configurator/TemplateChecks/DisallowUnsupportedXSLTest.php - tests/Configurator/TemplateChecks/DisallowXPathFunctionTest.php - tests/Configurator/TemplateChecks/RestrictFlashNetworkingTest.php - tests/Configurator/TemplateChecks/RestrictFlashScriptAccessTest.php - tests/Configurator/TemplateCheckerTest.php - tests/Configurator/UrlConfigTest.php - tests/Configurator/Validators/AttributeNameTest.php - tests/Configurator/Validators/TagNameTest.php - tests/Configurator/Validators/TemplateParameterNameTest.php - tests/Configurator/JavaScriptTest.php - tests/Configurator/BundleTest.php - tests/Configurator/BundleGeneratorTest.php - tests/Configurator/Bundles/FatdownTest.php - tests/Configurator/Bundles/ForumTest.php - tests/Configurator/Bundles/MediaPackTest.php - - tests/Parser/TagTest.php - tests/Parser/FilterProcessingTest.php - tests/Parser/LoggerTest.php - tests/Parser/PluginsHandlingTest.php - tests/Parser/TagStackTest.php - tests/Parser/OutputHandlingTest.php - tests/Parser/TagProcessingTest.php - tests/Parser/RulesHandlingTest.php - tests/Parser/AttributeFilters/AlnumFilterTest.php - tests/Parser/AttributeFilters/ColorFilterTest.php - tests/Parser/AttributeFilters/EmailFilterTest.php - tests/Parser/AttributeFilters/FalseFilterTest.php - tests/Parser/AttributeFilters/FontfamilyFilterTest.php - tests/Parser/AttributeFilters/HashmapFilterTest.php - tests/Parser/AttributeFilters/IdentifierFilterTest.php - tests/Parser/AttributeFilters/MapFilterTest.php - tests/Parser/AttributeFilters/NetworkFilterTest.php - tests/Parser/AttributeFilters/NumericFilterTest.php - tests/Parser/AttributeFilters/RangeFilterTest.php - tests/Parser/AttributeFilters/RegexpFilterTest.php - tests/Parser/AttributeFilters/SimpletextFilterTest.php - tests/Parser/AttributeFilters/TimestampFilterTest.php - tests/Parser/AttributeFilters/UrlFilterTest.php - tests/ParserTest.php - tests/Parser/FunctionalTest.php - tests/Plugins/ConfiguratorBaseTest.php - tests/Plugins/ParserBaseTest.php - tests/Plugins/Autoemail/ConfiguratorTest.php - tests/Plugins/Autoemail/ParserTest.php - tests/Plugins/Autoimage/ConfiguratorTest.php - tests/Plugins/Autoimage/ParserTest.php - tests/Plugins/Autolink/ConfiguratorTest.php - tests/Plugins/Autolink/ParserTest.php - tests/Plugins/Autovideo/ConfiguratorTest.php - tests/Plugins/Autovideo/ParserTest.php - tests/Plugins/BBCodes/Configurator/BBCodeTest.php - tests/Plugins/BBCodes/Configurator/BBCodeCollectionTest.php - tests/Plugins/BBCodes/Configurator/BBCodeMonkeyTest.php - tests/Plugins/BBCodes/Configurator/RepositoryTest.php - tests/Plugins/BBCodes/Configurator/RepositoryCollectionTest.php - tests/Plugins/BBCodes/ConfiguratorTest.php - tests/Plugins/BBCodes/ParserTest.php - tests/Plugins/BBCodes/BBCodesTest.php - tests/Plugins/Censor/ConfiguratorTest.php - tests/Plugins/Censor/HelperTest.php - tests/Plugins/Censor/ParserTest.php - tests/Plugins/Emoji/ConfiguratorTest.php - tests/Plugins/Emoji/ParserTest.php - tests/Plugins/Emoticons/ConfiguratorTest.php - tests/Plugins/Emoticons/Configurator/EmoticonCollectionTest.php - tests/Plugins/Emoticons/ParserTest.php - tests/Plugins/Escaper/ConfiguratorTest.php - tests/Plugins/Escaper/ParserTest.php - tests/Plugins/FancyPants/ConfiguratorTest.php - tests/Plugins/FancyPants/ParserTest.php - tests/Plugins/HTMLComments/ConfiguratorTest.php - tests/Plugins/HTMLComments/ParserTest.php - tests/Plugins/HTMLElements/ConfiguratorTest.php - tests/Plugins/HTMLElements/ParserTest.php - tests/Plugins/HTMLEntities/ConfiguratorTest.php - tests/Plugins/HTMLEntities/ParserTest.php - tests/Plugins/Keywords/ConfiguratorTest.php - tests/Plugins/Keywords/ParserTest.php - tests/Plugins/Litedown/ConfiguratorTest.php - tests/Plugins/Litedown/ParserTest.php - tests/Plugins/Litedown/Parser/Passes/BlocksTest.php - tests/Plugins/Litedown/Parser/Passes/EmphasisTest.php - tests/Plugins/Litedown/Parser/Passes/ForcedLineBreaksTest.php - tests/Plugins/Litedown/Parser/Passes/ImagesTest.php - tests/Plugins/Litedown/Parser/Passes/InlineCodeTest.php - tests/Plugins/Litedown/Parser/Passes/InlineSpoilerTest.php - tests/Plugins/Litedown/Parser/Passes/LinksTest.php - tests/Plugins/Litedown/Parser/Passes/StrikethroughTest.php - tests/Plugins/Litedown/Parser/Passes/SubscriptTest.php - tests/Plugins/Litedown/Parser/Passes/SuperscriptTest.php - tests/Plugins/MediaEmbed/Configurator/Collections/CachedDefinitionCollectionTest.php - tests/Plugins/MediaEmbed/Configurator/Collections/SiteDefinitionCollectionTest.php - tests/Plugins/MediaEmbed/Configurator/Collections/XmlFileDefinitionCollectionTest.php - tests/Plugins/MediaEmbed/Configurator/TemplateBuilderTest.php - tests/Plugins/MediaEmbed/Configurator/TemplateGenerators/ChooseTest.php - tests/Plugins/MediaEmbed/Configurator/TemplateGenerators/FlashTest.php - tests/Plugins/MediaEmbed/Configurator/TemplateGenerators/IframeTest.php - tests/Plugins/MediaEmbed/ConfiguratorTest.php - tests/Plugins/MediaEmbed/ParserTest.php - tests/Plugins/PipeTables/ConfiguratorTest.php - tests/Plugins/PipeTables/ParserTest.php - tests/Plugins/Preg/ConfiguratorTest.php - tests/Plugins/Preg/ParserTest.php - tests/Plugins/TaskLists/ConfiguratorTest.php - tests/Plugins/TaskLists/ParserTest.php - tests/Plugins/TaskLists/HelperTest.php - tests/Configurator/RendererGenerators/PHP/XPathConvertor/Convertors/BooleanFunctionsTest.php - tests/Configurator/RendererGenerators/PHP/XPathConvertor/Convertors/BooleanOperatorsTest.php - tests/Configurator/RendererGenerators/PHP/XPathConvertor/Convertors/ComparisonsTest.php - tests/Configurator/RendererGenerators/PHP/XPathConvertor/Convertors/CoreTest.php - tests/Configurator/RendererGenerators/PHP/XPathConvertor/Convertors/MathTest.php - tests/Configurator/RendererGenerators/PHP/XPathConvertor/Convertors/MultiByteStringManipulationTest.php - tests/Configurator/RendererGenerators/PHP/XPathConvertor/Convertors/PHP80FunctionsTest.php - tests/Configurator/RendererGenerators/PHP/XPathConvertor/Convertors/SingleByteStringFunctionsTest.php - tests/Configurator/RendererGenerators/PHP/XPathConvertor/Convertors/SingleByteStringManipulationTest.php - tests/Configurator/RendererGenerators/PHP/XPathConvertorTest.php - tests/Configurator/RendererGenerators/PHP/BranchOutputOptimizerTest.php - tests/Configurator/RendererGenerators/PHP/ControlStructuresOptimizerTest.php - tests/Configurator/RendererGenerators/PHP/OptimizerTest.php - tests/Configurator/RendererGenerators/PHP/QuickTest.php - tests/Configurator/RendererGenerators/PHP/SerializerTest.php - tests/Configurator/RendererGenerators/PHP/SwitchStatementTest.php - tests/Configurator/RendererGenerators/PHPTest.php - tests/Configurator/RendererGenerators/UnformattedTest.php - tests/Configurator/RendererGenerators/XSLTTest.php - tests/RendererTest.php - tests/Renderers/XSLTTest.php - tests/Renderers/PHPTest.php - tests/Renderers/UnformattedTest.php - tests/UnparserTest.php - tests/Utils/Http/Clients/CachedTest.php - tests/Utils/Http/Clients/CurlTest.php - tests/Utils/Http/Clients/NativeTest.php - tests/Utils/HttpTest.php - tests/Utils/XPathTest.php - tests/UtilsTest.php - tests/BundleTest.php - tests/Bundles/FatdownTest.php - tests/Bundles/ForumTest.php - tests/Bundles/MediaPackTest.php + tests