From b9d960e89e3baee17e3ece65476851bf0ef25fd7 Mon Sep 17 00:00:00 2001 From: Pierre Goiffon Date: Thu, 16 Nov 2023 15:35:04 +0100 Subject: [PATCH] =?UTF-8?q?:white=5Fcheck=5Fmark:=20N=C2=B06458=20Fix=20It?= =?UTF-8?q?opDataTestCase::$bIsUsingSilo=20visibility?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/php-unit-tests/src/BaseTestCase/ItopDataTestCase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/php-unit-tests/src/BaseTestCase/ItopDataTestCase.php b/tests/php-unit-tests/src/BaseTestCase/ItopDataTestCase.php index 6c13ac1c2..3064ca4de 100644 --- a/tests/php-unit-tests/src/BaseTestCase/ItopDataTestCase.php +++ b/tests/php-unit-tests/src/BaseTestCase/ItopDataTestCase.php @@ -65,7 +65,7 @@ abstract class ItopDataTestCase extends ItopTestCase * @see tearDown * @see ResetMetaModelQueyCacheGetObject */ - private $bIsUsingSilo = false; + protected $bIsUsingSilo = false; /** * @var string Default environment to use for test cases