💡 ItopTestCase : some PHPDoc

This commit is contained in:
Pierre Goiffon
2021-05-18 17:16:04 +02:00
parent b740cb2afd
commit d74e3e6b42

View File

@@ -97,6 +97,9 @@ class ItopTestCase extends TestCase
return $sId;
}
/**
* @since 2.7.4 3.0.0
*/
public function InvokeNonPublicStaticMethod($sObjectClass, $sMethodName, $aArgs)
{
return $this->InvokeNonPublicMethod($sObjectClass, $sMethodName, null, $aArgs);
@@ -111,6 +114,8 @@ class ItopTestCase extends TestCase
* @return mixed method result
*
* @throws \ReflectionException
*
* @since 2.7.4 3.0.0
*/
public function InvokeNonPublicMethod($sObjectClass, $sMethodName, $oObject, $aArgs)
{