From 1fac630fdb1371d981e05e88c46621cf73701c42 Mon Sep 17 00:00:00 2001 From: Timmy38 <101416770+Timmy38@users.noreply.github.com> Date: Wed, 2 Sep 2026 09:33:40 +0200 Subject: [PATCH] =?UTF-8?q?N=C2=B010005=20Fix=20phpunit=20testcases=20labe?= =?UTF-8?q?ls?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../unitary-tests/setup/WizStepModulesChoiceTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/php-unit-tests/unitary-tests/setup/WizStepModulesChoiceTest.php b/tests/php-unit-tests/unitary-tests/setup/WizStepModulesChoiceTest.php index f067579257..652ed1e5f1 100644 --- a/tests/php-unit-tests/unitary-tests/setup/WizStepModulesChoiceTest.php +++ b/tests/php-unit-tests/unitary-tests/setup/WizStepModulesChoiceTest.php @@ -718,7 +718,7 @@ class WizStepModulesChoiceTest extends ItopTestCase 'remote' => false, ], ], - '#node17 - An installed non uninstallable extension should be checked and disabled when the "disable uninstallation check" flag is not set, even if it is not selected' => [ + '#node13 - An installed non uninstallable extension should be checked and disabled when the "disable uninstallation check" flag is not set, even if it is not selected' => [ 'aExtensionsOnDiskOrDb' => [ 'itop-ext1' => [ 'installed' => true, @@ -741,7 +741,7 @@ class WizStepModulesChoiceTest extends ItopTestCase 'remote' => false, ], ], - '#node18 - An installed but not selected extension with missing dependencies without force uninstall should be checked and disabled, even if it is not selected' => [ + '#node6 - An installed extension with missing dependencies without force uninstall should be checked and disabled, even if it is not selected' => [ 'aExtensionsOnDiskOrDb' => [ 'itop-ext1' => [ 'installed' => true,