N°7407 - unattended test cleanup for PHP 8.x deprecations

This commit is contained in:
odain
2024-04-09 11:06:03 +02:00
parent ed562c9f73
commit 3b78885f38

View File

@@ -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');