From 95dbe4c859fa644ebe28a279ec92e50ba01f5bfc Mon Sep 17 00:00:00 2001 From: odain Date: Tue, 14 Jan 2025 07:52:07 +0100 Subject: [PATCH] =?UTF-8?q?N=C2=B07873=20-=20ci=20fix=20remove=20useless?= =?UTF-8?q?=20require=5Fonce?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../datamodels/2.x/itop-portal-base/ApplicationHelperTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/php-unit-tests/unitary-tests/datamodels/2.x/itop-portal-base/ApplicationHelperTest.php b/tests/php-unit-tests/unitary-tests/datamodels/2.x/itop-portal-base/ApplicationHelperTest.php index 02f903e10..e2f3f2d13 100644 --- a/tests/php-unit-tests/unitary-tests/datamodels/2.x/itop-portal-base/ApplicationHelperTest.php +++ b/tests/php-unit-tests/unitary-tests/datamodels/2.x/itop-portal-base/ApplicationHelperTest.php @@ -35,7 +35,6 @@ class ApplicationHelperTest extends ItopDataTestCase protected function LoadRequiredItopFiles(): void { parent::LoadRequiredItopFiles(); - $this->RequireOnceItopFile('datamodels/2.x/itop-portal-base/portal/src/Helper/ApplicationHelper.php'); } public static function LoadBrickSecurityProvider()