|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\Cache\CacheTest:
Collaboration diagram for ILIAS\Cache\CacheTest:Public Member Functions | |
| testActivatedComponents () | |
| testMultipleContainers () | |
| testLock () | |
| testInvalidLockTimes (float|int $time) | |
| testDelete () | |
| testDefaultAdaptor () | |
| testFlush () | |
| testAPCAdapter () | |
| testObjectStorage () | |
| testTypes () | |
| testIncomatibleType () | |
| testIncomatibleNestedType () | |
| testIncomatibleTypeNested () | |
Static Public Member Functions | |
| static | getInvalidLockTimes () |
Data Fields | |
| const | TEST_CONTAINER = 'test_container' |
Protected Member Functions | |
| setUp () | |
| getConfig (string $adaptor_name=Config::PHPSTATIC) | |
| getDummyRequest (string $container_key) | |
Private Member Functions | |
| deactivatedTestMemcachedAdapter () | |
| @description this test cannot be executed in the CI on github sincewe do not have a memcached server there. More... | |
Private Attributes | |
| Factory | $refinery |
Definition at line 39 of file CacheTest.php.
|
private |
@description this test cannot be executed in the CI on github sincewe do not have a memcached server there.
I leave it here for local testing if needed.
Definition at line 295 of file CacheTest.php.
References $container, ILIAS\Cache\CacheTest\getConfig(), ILIAS\Cache\CacheTest\getDummyRequest(), and ILIAS\Cache\Config\MEMCACHED.
Here is the call graph for this function:
|
protected |
Definition at line 59 of file CacheTest.php.
Referenced by ILIAS\Cache\CacheTest\deactivatedTestMemcachedAdapter(), ILIAS\Cache\CacheTest\setUp(), ILIAS\Cache\CacheTest\testAPCAdapter(), ILIAS\Cache\CacheTest\testDefaultAdaptor(), ILIAS\Cache\CacheTest\testDelete(), ILIAS\Cache\CacheTest\testFlush(), ILIAS\Cache\CacheTest\testIncomatibleNestedType(), ILIAS\Cache\CacheTest\testIncomatibleType(), ILIAS\Cache\CacheTest\testIncomatibleTypeNested(), ILIAS\Cache\CacheTest\testInvalidLockTimes(), ILIAS\Cache\CacheTest\testLock(), ILIAS\Cache\CacheTest\testObjectStorage(), and ILIAS\Cache\CacheTest\testTypes().
Here is the caller graph for this function:
|
protected |
Definition at line 467 of file CacheTest.php.
Referenced by ILIAS\Cache\CacheTest\deactivatedTestMemcachedAdapter(), ILIAS\Cache\CacheTest\testAPCAdapter(), ILIAS\Cache\CacheTest\testDefaultAdaptor(), ILIAS\Cache\CacheTest\testDelete(), ILIAS\Cache\CacheTest\testFlush(), ILIAS\Cache\CacheTest\testIncomatibleNestedType(), ILIAS\Cache\CacheTest\testIncomatibleType(), ILIAS\Cache\CacheTest\testIncomatibleTypeNested(), ILIAS\Cache\CacheTest\testInvalidLockTimes(), ILIAS\Cache\CacheTest\testLock(), ILIAS\Cache\CacheTest\testMultipleContainers(), ILIAS\Cache\CacheTest\testObjectStorage(), and ILIAS\Cache\CacheTest\testTypes().
Here is the caller graph for this function:
|
static |
Definition at line 170 of file CacheTest.php.
|
protected |
Definition at line 44 of file CacheTest.php.
References ILIAS\Cache\CacheTest\getConfig(), ILIAS\Cache\Config\PHPSTATIC, and ILIAS\Repository\refinery().
Here is the call graph for this function:| ILIAS\Cache\CacheTest::testActivatedComponents | ( | ) |
Definition at line 74 of file CacheTest.php.
References ILIAS\Cache\Config\PHPSTATIC.
| ILIAS\Cache\CacheTest::testAPCAdapter | ( | ) |
Definition at line 258 of file CacheTest.php.
References $container, ILIAS\Cache\Config\APCU, ILIAS\Cache\CacheTest\getConfig(), ILIAS\Cache\CacheTest\getDummyRequest(), and ILIAS\Repository\refinery().
Here is the call graph for this function:| ILIAS\Cache\CacheTest::testDefaultAdaptor | ( | ) |
Definition at line 201 of file CacheTest.php.
References $container, ILIAS\Cache\CacheTest\getConfig(), ILIAS\Cache\CacheTest\getDummyRequest(), ILIAS\Cache\Config\PHPSTATIC, and ILIAS\Repository\refinery().
Here is the call graph for this function:| ILIAS\Cache\CacheTest::testDelete | ( | ) |
Definition at line 187 of file CacheTest.php.
References $container, ILIAS\Cache\CacheTest\getConfig(), and ILIAS\Cache\CacheTest\getDummyRequest().
Here is the call graph for this function:| ILIAS\Cache\CacheTest::testFlush | ( | ) |
Definition at line 236 of file CacheTest.php.
References $container, ILIAS\Cache\CacheTest\getConfig(), and ILIAS\Cache\CacheTest\getDummyRequest().
Here is the call graph for this function:| ILIAS\Cache\CacheTest::testIncomatibleNestedType | ( | ) |
Definition at line 435 of file CacheTest.php.
References $container, ILIAS\Cache\CacheTest\getConfig(), and ILIAS\Cache\CacheTest\getDummyRequest().
Here is the call graph for this function:| ILIAS\Cache\CacheTest::testIncomatibleType | ( | ) |
Definition at line 424 of file CacheTest.php.
References $container, ILIAS\Cache\CacheTest\getConfig(), and ILIAS\Cache\CacheTest\getDummyRequest().
Here is the call graph for this function:| ILIAS\Cache\CacheTest::testIncomatibleTypeNested | ( | ) |
Definition at line 453 of file CacheTest.php.
References $container, ILIAS\Cache\CacheTest\getConfig(), and ILIAS\Cache\CacheTest\getDummyRequest().
Here is the call graph for this function:| ILIAS\Cache\CacheTest::testInvalidLockTimes | ( | float|int | $time | ) |
Definition at line 179 of file CacheTest.php.
References $container, ILIAS\Cache\CacheTest\getConfig(), and ILIAS\Cache\CacheTest\getDummyRequest().
Here is the call graph for this function:| ILIAS\Cache\CacheTest::testLock | ( | ) |
Definition at line 137 of file CacheTest.php.
References $container, ILIAS\Cache\CacheTest\getConfig(), and ILIAS\Cache\CacheTest\getDummyRequest().
Here is the call graph for this function:| ILIAS\Cache\CacheTest::testMultipleContainers | ( | ) |
Definition at line 98 of file CacheTest.php.
References ILIAS\Cache\CacheTest\getDummyRequest(), and ILIAS\Cache\Config\PHPSTATIC.
Here is the call graph for this function:| ILIAS\Cache\CacheTest::testObjectStorage | ( | ) |
Definition at line 326 of file CacheTest.php.
References $container, $data, ILIAS\Cache\CacheTest\getConfig(), ILIAS\Cache\CacheTest\getDummyRequest(), and ILIAS\Repository\refinery().
Here is the call graph for this function:| ILIAS\Cache\CacheTest::testTypes | ( | ) |
Definition at line 345 of file CacheTest.php.
References $container, ILIAS\Cache\CacheTest\getConfig(), ILIAS\Cache\CacheTest\getDummyRequest(), and ILIAS\Repository\refinery().
Here is the call graph for this function:
|
private |
Definition at line 42 of file CacheTest.php.
| const ILIAS\Cache\CacheTest::TEST_CONTAINER = 'test_container' |
Definition at line 41 of file CacheTest.php.