From 3b78885f3845ef3c90a6c84376f961aeff54c9e5 Mon Sep 17 00:00:00 2001 From: odain Date: Tue, 9 Apr 2024 11:06:03 +0200 Subject: [PATCH] =?UTF-8?q?N=C2=B07407=20-=20unattended=20test=20cleanup?= =?UTF-8?q?=20for=20PHP=208.x=20deprecations?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../setup/unattended-install/InstallationFileServiceTest.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/php-unit-tests/unitary-tests/setup/unattended-install/InstallationFileServiceTest.php b/tests/php-unit-tests/unitary-tests/setup/unattended-install/InstallationFileServiceTest.php index 768395ef0..ba7e709d1 100644 --- a/tests/php-unit-tests/unitary-tests/setup/unattended-install/InstallationFileServiceTest.php +++ b/tests/php-unit-tests/unitary-tests/setup/unattended-install/InstallationFileServiceTest.php @@ -5,6 +5,8 @@ namespace Combodo\iTop\Test\UnitTest\Setup\UnattendedInstall; use PHPUnit\Framework\TestCase; class InstallationFileServiceTest extends TestCase { + private $sFolderToCleanup; + protected function setUp(): void { parent::setUp(); require_once(dirname(__FILE__, 6) . '/setup/unattended-install/InstallationFileService.php');