ILIAS
release_8 Revision v8.19
|
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,... $expected) | |
Private Attributes | |
$mockDatabase | |
$mockUser | |
Container | $dic = null |
Definition at line 26 of file ilForumTopicTest.php.
|
protected |
Definition at line 549 of file ilForumTopicTest.php.
References $DIC, $mockDatabase, and $mockUser.
|
protected |
Definition at line 564 of file ilForumTopicTest.php.
ilForumTopicTest::testAssignData | ( | ) |
Definition at line 74 of file ilForumTopicTest.php.
References $data.
ilForumTopicTest::testClose | ( | ) |
Definition at line 517 of file ilForumTopicTest.php.
References $id.
ilForumTopicTest::testConstruct | ( | ) |
Definition at line 34 of file ilForumTopicTest.php.
References $id, ilDBConstants\FETCHMODE_OBJECT, and withIgnoredQuery().
ilForumTopicTest::testCountActivePosts | ( | ) |
Definition at line 319 of file ilForumTopicTest.php.
References $id, and withIgnoredQuery().
ilForumTopicTest::testCountActivePostsFailed | ( | ) |
Definition at line 337 of file ilForumTopicTest.php.
References $id, and withIgnoredQuery().
ilForumTopicTest::testCountPosts | ( | ) |
Definition at line 287 of file ilForumTopicTest.php.
References $id, and withIgnoredQuery().
ilForumTopicTest::testCountPostsFailed | ( | ) |
Definition at line 303 of file ilForumTopicTest.php.
References $id, and withIgnoredQuery().
ilForumTopicTest::testDisableNotification | ( | ) |
Definition at line 449 of file ilForumTopicTest.php.
References $id.
ilForumTopicTest::testEnableNotification | ( | ) |
Definition at line 428 of file ilForumTopicTest.php.
References $id, and withIgnoredQuery().
ilForumTopicTest::testGetAllPostIds | ( | ) |
Definition at line 355 of file ilForumTopicTest.php.
References $id, and ilDBConstants\FETCHMODE_OBJECT.
ilForumTopicTest::testGetFirstVisiblePostId | ( | ) |
Definition at line 237 of file ilForumTopicTest.php.
References $id.
ilForumTopicTest::testGetFirstVisiblePostIdFailed | ( | ) |
Definition at line 271 of file ilForumTopicTest.php.
References $id.
ilForumTopicTest::testGetPostRootId | ( | ) |
Definition at line 219 of file ilForumTopicTest.php.
References $id.
ilForumTopicTest::testGetPostRootIdFailed | ( | ) |
Definition at line 255 of file ilForumTopicTest.php.
References $id.
ilForumTopicTest::testInsert | ( | ) |
Definition at line 122 of file ilForumTopicTest.php.
ilForumTopicTest::testInsertFalse | ( | ) |
Definition at line 166 of file ilForumTopicTest.php.
ilForumTopicTest::testIsNotificationEnabled | ( | ) |
Definition at line 376 of file ilForumTopicTest.php.
References $id.
ilForumTopicTest::testIsNotificationEnabledInvalidIds | ( | ) |
Definition at line 414 of file ilForumTopicTest.php.
References $id.
ilForumTopicTest::testIsNotificationEnabledNoResult | ( | ) |
Definition at line 395 of file ilForumTopicTest.php.
References $id.
ilForumTopicTest::testMakeSticky | ( | ) |
Definition at line 465 of file ilForumTopicTest.php.
References $id.
ilForumTopicTest::testMakeStickyFailed | ( | ) |
Definition at line 480 of file ilForumTopicTest.php.
References $id.
ilForumTopicTest::testReload | ( | ) |
Definition at line 209 of file ilForumTopicTest.php.
ilForumTopicTest::testReopen | ( | ) |
Definition at line 533 of file ilForumTopicTest.php.
References $id.
ilForumTopicTest::testUnmakeSticky | ( | ) |
Definition at line 490 of file ilForumTopicTest.php.
References $id.
ilForumTopicTest::testUnmakeStickyFalse | ( | ) |
Definition at line 506 of file ilForumTopicTest.php.
References $id.
ilForumTopicTest::testUpdate | ( | ) |
Definition at line 175 of file ilForumTopicTest.php.
References withIgnoredQuery().
ilForumTopicTest::testUpdateFalse | ( | ) |
Definition at line 201 of file ilForumTopicTest.php.
|
private |
Definition at line 573 of file ilForumTopicTest.php.
Referenced by testConstruct(), testCountActivePosts(), testCountActivePostsFailed(), testCountPosts(), testCountPostsFailed(), testEnableNotification(), and testUpdate().
|
private |
Definition at line 32 of file ilForumTopicTest.php.
Referenced by tearDown().
|
private |
Definition at line 29 of file ilForumTopicTest.php.
Referenced by setUp().
|
private |
Definition at line 31 of file ilForumTopicTest.php.
Referenced by setUp().