From 172b1cb1ffb388a19207a585a1f11fc8d19b5afe Mon Sep 17 00:00:00 2001 From: odain Date: Thu, 11 Apr 2024 18:54:43 +0200 Subject: [PATCH] =?UTF-8?q?N=C2=B07407=20-=20add=20phpunit=20annotation=20?= =?UTF-8?q?to=20exclude=20tests=20on=20top=20of=20targets?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../setup/unattended-install/InstallationFileServiceTest.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 1795dd051..3fc8b8d52 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 @@ -4,9 +4,10 @@ namespace Combodo\iTop\Test\UnitTest\Setup\UnattendedInstall; use PHPUnit\Framework\TestCase; +/** + * @group itop-clone-only + */ class InstallationFileServiceTest extends TestCase { - private $sFolderToCleanup; - protected function setUp(): void { parent::setUp(); require_once(dirname(__FILE__, 6) . '/setup/unattended-install/InstallationFileService.php');