test and corrections

This commit is contained in:
Benjamin Dalsass
2025-11-27 16:49:43 +01:00
parent 8401aa1aec
commit e67fcbcfdc
5 changed files with 35 additions and 21 deletions

View File

@@ -49,7 +49,7 @@ abstract class AbstractFormsTest extends ItopDataTestCase
return $oParent->Get($sName);
}
public function GetIORegister(AbstractFormBlock $oFormBlock): IORegister
public function GivenIORegister(AbstractFormBlock $oFormBlock): IORegister
{
$reflection = new ReflectionClass(AbstractFormBlock::class);
$reflection_property = $reflection->getProperty('oIORegister');