|
ILIAS
release_8 Revision v8.24
|
Class ForumNotificationCacheTest. More...
Inheritance diagram for ForumNotificationCacheTest:
Collaboration diagram for ForumNotificationCacheTest:Public Member Functions | |
| testExceptionIsRaisedWhenTryingToRetrieveItemNotCachedYet () | |
| testCacheItemResultsInCacheHit () | |
| nonScalarValuesProvider () | |
| testExceptionIsRaisedWhenKeyShouldBeBuiltWithNonScalarValues ($nonScalarValue) | |
| scalarValuesAndNullProvider () | |
| testCacheKeyCouldBeGeneratedByArray ($scalarValue) | |
Class ForumNotificationCacheTest.
Definition at line 27 of file ForumNotificationCacheTest.php.
| ForumNotificationCacheTest::nonScalarValuesProvider | ( | ) |
Definition at line 46 of file ForumNotificationCacheTest.php.
| ForumNotificationCacheTest::scalarValuesAndNullProvider | ( | ) |
Definition at line 67 of file ForumNotificationCacheTest.php.
| ForumNotificationCacheTest::testCacheItemResultsInCacheHit | ( | ) |
Definition at line 37 of file ForumNotificationCacheTest.php.
| ForumNotificationCacheTest::testCacheKeyCouldBeGeneratedByArray | ( | $scalarValue | ) |
| scalar | $scalarValue | @dataProvider scalarValuesAndNullProvider |
Definition at line 82 of file ForumNotificationCacheTest.php.
References ILIAS\LTI\ToolProvider\$key.
| ForumNotificationCacheTest::testExceptionIsRaisedWhenKeyShouldBeBuiltWithNonScalarValues | ( | $nonScalarValue | ) |
| mixed | $nonScalarValue | @dataProvider nonScalarValuesProvider |
Definition at line 59 of file ForumNotificationCacheTest.php.
References ILIAS\LTI\ToolProvider\$key.
| ForumNotificationCacheTest::testExceptionIsRaisedWhenTryingToRetrieveItemNotCachedYet | ( | ) |
Definition at line 29 of file ForumNotificationCacheTest.php.