ILIAS
release_8 Revision v8.23
|
Class ForumNotificationCacheTest. More...
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 | scalarValuesAndNullProvider |
Definition at line 82 of file ForumNotificationCacheTest.php.
References ILIAS\LTI\ToolProvider\$key.
ForumNotificationCacheTest::testExceptionIsRaisedWhenKeyShouldBeBuiltWithNonScalarValues | ( | $nonScalarValue | ) |
mixed | $nonScalarValue | nonScalarValuesProvider |
Definition at line 59 of file ForumNotificationCacheTest.php.
References ILIAS\LTI\ToolProvider\$key.
ForumNotificationCacheTest::testExceptionIsRaisedWhenTryingToRetrieveItemNotCachedYet | ( | ) |
Definition at line 29 of file ForumNotificationCacheTest.php.