|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Class ilChatroomAbstractTaskTest. More...
Inheritance diagram for ilChatroomAbstractTaskTest:
Collaboration diagram for ilChatroomAbstractTaskTest:Data Fields | |
| const | TEST_REF_ID = 99 |
Protected Member Functions | |
| setUp () | |
| createGlobalIlLanguageMock () | |
| createGlobalRbacSystemMock () | |
| createGlobalRbacSystemCheckAccessMock ($permission, $result, $times=null) | |
| createGlobalIlCtrlMock () | |
| createGlobalIlUserMock () | |
| createIlObjChatroomGUIMock ($object) | |
| createIlObjChatroomGUIGetConnectorMock ($returnValue) | |
| createIlChatroomIsOwnerOfPrivateRoomMock ($userId, $subRoomId, $result) | |
| createIlChatroomUserGetUserIdMock ($userId) | |
| createIlChatroomServerConnectorMock ($settings) | |
| createIlChatroomServerConnectorFileGetContentsMock ($returnValue) | |
| createIlObjChatroomMock ($id) | |
| createSendResponseMock ($mock, $response) | |
Protected Member Functions inherited from ilChatroomAbstractTest | |
| setUp () | |
| createIlChatroomMock () | |
| createIlChatroomUserMock () | |
| createGlobalIlDBMock () | |
Protected Attributes | |
| $gui | |
| $ilChatroomServerConnectorMock | |
| $object | |
Protected Attributes inherited from ilChatroomAbstractTest | |
| $ilChatroomMock | |
| $ilChatroomUserMock | |
Class ilChatroomAbstractTaskTest.
Definition at line 9 of file class.ilChatroomAbstractTaskTest.php.
|
protected |
Definition at line 81 of file class.ilChatroomAbstractTaskTest.php.
References $GLOBALS.
Referenced by ilChatroomTaskHandlerTest\setUp(), ilChatroomClearTaskTest\setUp(), and ilChatroomInfoTaskTest\setUp().
Here is the caller graph for this function:
|
protected |
Definition at line 41 of file class.ilChatroomAbstractTaskTest.php.
References $GLOBALS.
Referenced by ilChatroomTaskHandlerTest\setUp(), ilChatroomClearTaskTest\setUp(), and ilChatroomInfoTaskTest\setUp().
Here is the caller graph for this function:
|
protected |
Definition at line 94 of file class.ilChatroomAbstractTaskTest.php.
References $GLOBALS.
Referenced by ilChatroomTaskHandlerTest\setUp(), and ilChatroomClearTaskTest\setUp().
Here is the caller graph for this function:
|
protected |
| PHPUnit_Framework_MockObject_Matcher_AnyInvokedCount | $times | |
| string | $permission | |
| boolean | $result |
Definition at line 69 of file class.ilChatroomAbstractTaskTest.php.
References $GLOBALS, and $result.
Referenced by ilChatroomTaskHandlerTest\testCanModerate(), ilChatroomInfoTaskTest\testExecuteDefault(), ilChatroomTaskHandlerTest\testExitIfNoRoomPermissionFails(), ilChatroomTaskHandlerTest\testExitIfNoRoomPermissionSuccess(), and ilChatroomTaskHandlerTest\testRedirectIfNoPermission().
Here is the caller graph for this function:
|
protected |
Definition at line 54 of file class.ilChatroomAbstractTaskTest.php.
References $GLOBALS.
Referenced by ilChatroomTaskHandlerTest\setUp(), ilChatroomClearTaskTest\setUp(), and ilChatroomInfoTaskTest\setUp().
Here is the caller graph for this function:
|
protected |
| int | $userId | |
| int | $subRoomId | |
| boolean | $result |
Definition at line 129 of file class.ilChatroomAbstractTaskTest.php.
References $result.
Referenced by ilChatroomTaskHandlerTest\testCanModerate(), ilChatroomTaskHandlerTest\testExitIfNoRoomPermissionFails(), and ilChatroomTaskHandlerTest\testExitIfNoRoomPermissionSuccess().
Here is the caller graph for this function:
|
protected |
Definition at line 157 of file class.ilChatroomAbstractTaskTest.php.
Referenced by ilChatroomClearTaskTest\setUp().
Here is the caller graph for this function:
|
protected |
| ilChatroomServerSettings | $settings |
Definition at line 146 of file class.ilChatroomAbstractTaskTest.php.
References $ilChatroomServerConnectorMock.
Referenced by ilChatroomClearTaskTest\setUp().
Here is the caller graph for this function:
|
protected |
Definition at line 137 of file class.ilChatroomAbstractTaskTest.php.
Referenced by ilChatroomTaskHandlerTest\testExitIfNoRoomPermissionFails(), and ilChatroomTaskHandlerTest\testExitIfNoRoomPermissionSuccess().
Here is the caller graph for this function:
|
protected |
Definition at line 118 of file class.ilChatroomAbstractTaskTest.php.
Referenced by ilChatroomClearTaskTest\setUp().
Here is the caller graph for this function:
|
protected |
Definition at line 105 of file class.ilChatroomAbstractTaskTest.php.
References $gui, $object, and TEST_REF_ID.
Referenced by ilChatroomTaskHandlerTest\setUp(), ilChatroomClearTaskTest\setUp(), ilChatroomGetPermissionsTaskTest\setUp(), ilChatroomInfoTaskTest\setUp(), ilChatroomInitialTaskTest\setUp(), ilChatroomPostMessageTaskTest\setUp(), and ilChatroomUploadFileTaskTest\setUp().
Here is the caller graph for this function:
|
protected |
Definition at line 164 of file class.ilChatroomAbstractTaskTest.php.
References $object.
Referenced by ilChatroomTaskHandlerTest\setUp(), ilChatroomClearTaskTest\setUp(), ilChatroomGetPermissionsTaskTest\setUp(), ilChatroomInfoTaskTest\setUp(), ilChatroomInitialTaskTest\setUp(), ilChatroomPostMessageTaskTest\setUp(), and ilChatroomUploadFileTaskTest\setUp().
Here is the caller graph for this function:
|
protected |
Definition at line 176 of file class.ilChatroomAbstractTaskTest.php.
Referenced by ilChatroomClearTaskTest\testExecuteDefault(), and ilChatroomClearTaskTest\testExecuteDefaultFailedNoRoomExists().
Here is the caller graph for this function:
|
protected |
Reimplemented from ilChatroomAbstractTest.
Reimplemented in ilChatroomTaskHandlerTest, ilChatroomClearTaskTest, ilChatroomGetPermissionsTaskTest, ilChatroomInfoTaskTest, ilChatroomInitialTaskTest, ilChatroomPostMessageTaskTest, and ilChatroomUploadFileTaskTest.
Definition at line 31 of file class.ilChatroomAbstractTaskTest.php.
References defined.
|
protected |
Definition at line 19 of file class.ilChatroomAbstractTaskTest.php.
Referenced by createIlObjChatroomGUIMock().
|
protected |
Definition at line 24 of file class.ilChatroomAbstractTaskTest.php.
Referenced by createIlChatroomServerConnectorMock().
|
protected |
Definition at line 29 of file class.ilChatroomAbstractTaskTest.php.
Referenced by createIlObjChatroomGUIMock(), and createIlObjChatroomMock().
| const ilChatroomAbstractTaskTest::TEST_REF_ID = 99 |
Definition at line 14 of file class.ilChatroomAbstractTaskTest.php.
Referenced by createIlObjChatroomGUIMock().