diff --git a/tests/SampleExtensions/TrustDelegatedExtension.php b/tests/SampleExtensions/TrustDelegatedExtension.php deleted file mode 100644 index a62055e..0000000 --- a/tests/SampleExtensions/TrustDelegatedExtension.php +++ /dev/null @@ -1,25 +0,0 @@ -$text

"; - $Block['element']['element']['allowRawHtmlInSafeMode'] = true; - - return $Block; - } -} diff --git a/tests/SampleExtensions/UnsafeExtension.php b/tests/SampleExtensions/UnsafeExtension.php deleted file mode 100644 index fc04c33..0000000 --- a/tests/SampleExtensions/UnsafeExtension.php +++ /dev/null @@ -1,23 +0,0 @@ -$text

"; - - return $Block; - } -}