31 $this->
setGlobalVariable(
'ilDB', $this->getMockBuilder(
'ilDBInterface')->getMock());
35 $this->getMockBuilder(
'ilAppEventHandler')->disableOriginalConstructor()->setMethods(array(
'raise'))->getMock()
40 $this->getMockBuilder(
'ilSetting')->disableOriginalConstructor()->setMethods(array(
'delete',
'get',
'set'))->getMock()
An exception for terminatinating execution or to throw for unit testing.
Class ilWorkflowEngineBaseTest.
setGlobalVariable($name, $value)
$GLOBALS['loaded']
Global hash that tracks already loaded includes.