mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-25 11:38:44 +02:00
test and corrections
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user