From 6f13cabfba7fb3b64ccc9647f1c58ad4a8ec5286 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Wed, 5 Jul 2023 20:44:49 +0200 Subject: tests: Don't explicitly require CUT in AntiXSSTest. Rely on PHPUnit config to load the app and the code under test. --- tests/unit/AntiXSSTest.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests') 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 { /** -- cgit v1.2.3