aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2023-07-05 20:44:49 +0200
committerHarald Eilertsen <haraldei@anduin.net>2023-07-12 20:42:37 +0200
commit6f13cabfba7fb3b64ccc9647f1c58ad4a8ec5286 (patch)
tree2ccdaff593392e4a66d6e92ffd374eb0645318f8 /tests
parent7bd2de996750830aca191853345e0b798d68f16a (diff)
downloadvolse-hubzilla-6f13cabfba7fb3b64ccc9647f1c58ad4a8ec5286.tar.gz
volse-hubzilla-6f13cabfba7fb3b64ccc9647f1c58ad4a8ec5286.tar.bz2
volse-hubzilla-6f13cabfba7fb3b64ccc9647f1c58ad4a8ec5286.zip
tests: Don't explicitly require CUT in AntiXSSTest.
Rely on PHPUnit config to load the app and the code under test.
Diffstat (limited to 'tests')
-rw-r--r--tests/unit/AntiXSSTest.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/unit/AntiXSSTest.php b/tests/unit/AntiXSSTest.php
index 6b24cc9e3..1de9d54cd 100644
--- a/tests/unit/AntiXSSTest.php
+++ b/tests/unit/AntiXSSTest.php
@@ -7,8 +7,6 @@
use PHPUnit\Framework\TestCase;
-require_once('include/text.php');
-
class AntiXSSTest extends TestCase {
/**