diff --git a/tests/php-unit-tests/src/BaseTestCase/ItopTestCase.php b/tests/php-unit-tests/src/BaseTestCase/ItopTestCase.php index 74006650f..d7ee25386 100644 --- a/tests/php-unit-tests/src/BaseTestCase/ItopTestCase.php +++ b/tests/php-unit-tests/src/BaseTestCase/ItopTestCase.php @@ -276,25 +276,9 @@ abstract class ItopTestCase extends TestCase } /** - * @param string $sClass - * @param string $sProperty - * - * @return mixed property - * - * @throws \ReflectionException * @since 2.7.10 3.1.0 */ public function GetNonPublicStaticProperty(string $sClass, string $sProperty) - { - $oProperty = $this->GetProperty($sClass, $sProperty); - - return $oProperty->getValue(); - } - - /** - * @since 3.1.0 - */ - public function GetNonPublicStaticProperty(string $sClass, string $sProperty) { /** @noinspection OneTimeUseVariablesInspection */ $oProperty = $this->GetProperty($sClass, $sProperty);