ILIAS
trunk Revision v11.0_alpha-1715-g7fc467680fb
|
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 | |
$mockDatabase | |
$mockUser | |
Container | $dic = null |
Definition at line 26 of file ilForumTopicTest.php.
|
protected |
Definition at line 543 of file ilForumTopicTest.php.
References $DIC, $mockDatabase, and $mockUser.
|
protected |
Definition at line 558 of file ilForumTopicTest.php.
ilForumTopicTest::testAssignData | ( | ) |
ilForumTopicTest::testClose | ( | ) |
Definition at line 511 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 315 of file ilForumTopicTest.php.
References $id, and withIgnoredQuery().
ilForumTopicTest::testCountActivePostsFailed | ( | ) |
Definition at line 333 of file ilForumTopicTest.php.
References $id, null, and withIgnoredQuery().
ilForumTopicTest::testCountPosts | ( | ) |
Definition at line 283 of file ilForumTopicTest.php.
References $id, and withIgnoredQuery().
ilForumTopicTest::testCountPostsFailed | ( | ) |
Definition at line 299 of file ilForumTopicTest.php.
References $id, null, and withIgnoredQuery().
ilForumTopicTest::testDisableNotification | ( | ) |
Definition at line 445 of file ilForumTopicTest.php.
References $id.
ilForumTopicTest::testEnableNotification | ( | ) |
Definition at line 424 of file ilForumTopicTest.php.
References $id, and withIgnoredQuery().
ilForumTopicTest::testGetAllPostIds | ( | ) |
Definition at line 351 of file ilForumTopicTest.php.
References $id, ilDBConstants\FETCHMODE_OBJECT, and null.
ilForumTopicTest::testGetFirstVisiblePostId | ( | ) |
Definition at line 233 of file ilForumTopicTest.php.
References $id.
ilForumTopicTest::testGetFirstVisiblePostIdFailed | ( | ) |
Definition at line 267 of file ilForumTopicTest.php.
ilForumTopicTest::testGetPostRootId | ( | ) |
Definition at line 215 of file ilForumTopicTest.php.
References $id.
ilForumTopicTest::testGetPostRootIdFailed | ( | ) |
Definition at line 251 of file ilForumTopicTest.php.
ilForumTopicTest::testInsert | ( | ) |
Definition at line 119 of file ilForumTopicTest.php.
References null.
ilForumTopicTest::testInsertFalse | ( | ) |
Definition at line 162 of file ilForumTopicTest.php.
ilForumTopicTest::testIsNotificationEnabled | ( | ) |
Definition at line 372 of file ilForumTopicTest.php.
References $id.
ilForumTopicTest::testIsNotificationEnabledInvalidIds | ( | ) |
Definition at line 410 of file ilForumTopicTest.php.
References $id.
ilForumTopicTest::testIsNotificationEnabledNoResult | ( | ) |
Definition at line 391 of file ilForumTopicTest.php.
ilForumTopicTest::testMakeSticky | ( | ) |
Definition at line 461 of file ilForumTopicTest.php.
References $id.
ilForumTopicTest::testMakeStickyFailed | ( | ) |
Definition at line 476 of file ilForumTopicTest.php.
ilForumTopicTest::testReload | ( | ) |
Definition at line 205 of file ilForumTopicTest.php.
References null.
ilForumTopicTest::testReopen | ( | ) |
Definition at line 527 of file ilForumTopicTest.php.
References $id.
ilForumTopicTest::testUnmakeSticky | ( | ) |
Definition at line 484 of file ilForumTopicTest.php.
References $id.
ilForumTopicTest::testUnmakeStickyFalse | ( | ) |
Definition at line 500 of file ilForumTopicTest.php.
References $id.
ilForumTopicTest::testUpdate | ( | ) |
Definition at line 171 of file ilForumTopicTest.php.
References withIgnoredQuery().
ilForumTopicTest::testUpdateFalse | ( | ) |
Definition at line 197 of file ilForumTopicTest.php.
|
private |
Definition at line 567 of file ilForumTopicTest.php.
Referenced by testConstruct(), testCountActivePosts(), testCountActivePostsFailed(), testCountPosts(), testCountPostsFailed(), testEnableNotification(), and testUpdate().
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().