ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
|
Public Member Functions | |
testConstruct () | |
testAssignData () | |
testInsert () | |
testInsertFalse () | |
testUpdate () | |
testUpdateFalse () | |
testReload () | |
testGetPostRootId () | |
testGetFirstVisiblePostId () | |
testGetPostRootIdFailed () | |
testGetFirstVisiblePostIdFailed () | |
testCountPosts () | |
testCountPostsFailed () | |
testCountActivePosts () | |
testCountActivePostsFailed () | |
testGetAllPostIds () | |
testIsNotificationEnabled () | |
testIsNotificationEnabledNoResult () | |
testIsNotificationEnabledInvalidIds () | |
testEnableNotification () | |
testDisableNotification () | |
testMakeSticky () | |
testMakeStickyFailed () | |
testUnmakeSticky () | |
testUnmakeStickyFalse () | |
testClose () | |
testReopen () | |
Protected Member Functions | |
setUp () | |
tearDown () | |
Private Member Functions | |
withIgnoredQuery (InvocationMocker $mock, array ... $expected) | |
Private Attributes | |
MockObject &ilDBInterface | $mockDatabase |
MockObject &ilObjUser | $mockUser |
Container | $dic = null |
Definition at line 26 of file ilForumTopicTest.php.
|
protected |
Definition at line 541 of file ilForumTopicTest.php.
References $DIC, $mockDatabase, and $mockUser.
|
protected |
Definition at line 556 of file ilForumTopicTest.php.
ilForumTopicTest::testAssignData | ( | ) |
ilForumTopicTest::testClose | ( | ) |
Definition at line 509 of file ilForumTopicTest.php.
References $id.
ilForumTopicTest::testConstruct | ( | ) |
Definition at line 32 of file ilForumTopicTest.php.
References $id, ilDBConstants\FETCHMODE_OBJECT, and withIgnoredQuery().
ilForumTopicTest::testCountActivePosts | ( | ) |
Definition at line 313 of file ilForumTopicTest.php.
References $id, and withIgnoredQuery().
ilForumTopicTest::testCountActivePostsFailed | ( | ) |
Definition at line 331 of file ilForumTopicTest.php.
References $id, null, and withIgnoredQuery().
ilForumTopicTest::testCountPosts | ( | ) |
Definition at line 281 of file ilForumTopicTest.php.
References $id, and withIgnoredQuery().
ilForumTopicTest::testCountPostsFailed | ( | ) |
Definition at line 297 of file ilForumTopicTest.php.
References $id, null, and withIgnoredQuery().
ilForumTopicTest::testDisableNotification | ( | ) |
Definition at line 443 of file ilForumTopicTest.php.
References $id.
ilForumTopicTest::testEnableNotification | ( | ) |
Definition at line 422 of file ilForumTopicTest.php.
References $id, and withIgnoredQuery().
ilForumTopicTest::testGetAllPostIds | ( | ) |
Definition at line 349 of file ilForumTopicTest.php.
References $id, ilDBConstants\FETCHMODE_OBJECT, and null.
ilForumTopicTest::testGetFirstVisiblePostId | ( | ) |
Definition at line 231 of file ilForumTopicTest.php.
References $id.
ilForumTopicTest::testGetFirstVisiblePostIdFailed | ( | ) |
Definition at line 265 of file ilForumTopicTest.php.
ilForumTopicTest::testGetPostRootId | ( | ) |
Definition at line 213 of file ilForumTopicTest.php.
References $id.
ilForumTopicTest::testGetPostRootIdFailed | ( | ) |
Definition at line 249 of file ilForumTopicTest.php.
ilForumTopicTest::testInsert | ( | ) |
Definition at line 117 of file ilForumTopicTest.php.
References null.
ilForumTopicTest::testInsertFalse | ( | ) |
Definition at line 160 of file ilForumTopicTest.php.
ilForumTopicTest::testIsNotificationEnabled | ( | ) |
Definition at line 370 of file ilForumTopicTest.php.
References $id.
ilForumTopicTest::testIsNotificationEnabledInvalidIds | ( | ) |
Definition at line 408 of file ilForumTopicTest.php.
References $id.
ilForumTopicTest::testIsNotificationEnabledNoResult | ( | ) |
Definition at line 389 of file ilForumTopicTest.php.
ilForumTopicTest::testMakeSticky | ( | ) |
Definition at line 459 of file ilForumTopicTest.php.
References $id.
ilForumTopicTest::testMakeStickyFailed | ( | ) |
Definition at line 474 of file ilForumTopicTest.php.
ilForumTopicTest::testReload | ( | ) |
Definition at line 203 of file ilForumTopicTest.php.
References null.
ilForumTopicTest::testReopen | ( | ) |
Definition at line 525 of file ilForumTopicTest.php.
References $id.
ilForumTopicTest::testUnmakeSticky | ( | ) |
Definition at line 482 of file ilForumTopicTest.php.
References $id.
ilForumTopicTest::testUnmakeStickyFalse | ( | ) |
Definition at line 498 of file ilForumTopicTest.php.
References $id.
ilForumTopicTest::testUpdate | ( | ) |
Definition at line 169 of file ilForumTopicTest.php.
References withIgnoredQuery().
ilForumTopicTest::testUpdateFalse | ( | ) |
Definition at line 195 of file ilForumTopicTest.php.
|
private |
Definition at line 565 of file ilForumTopicTest.php.
Referenced by testConstruct(), testCountActivePosts(), testCountActivePostsFailed(), testCountPosts(), testCountPostsFailed(), testEnableNotification(), and testUpdate().
Definition at line 30 of file ilForumTopicTest.php.
Referenced by tearDown().
|
private |
Definition at line 28 of file ilForumTopicTest.php.
Referenced by setUp().
|
private |
Definition at line 29 of file ilForumTopicTest.php.
Referenced by setUp().