13 calls to CacheTest::_getCacheDriver() in Zircon Profile 8
- CacheTest::testBasicCrudOperations in vendor/
doctrine/ cache/ tests/ Doctrine/ Tests/ Common/ Cache/ CacheTest.php - @dataProvider provideCrudValues
- CacheTest::testCachedObject in vendor/
doctrine/ cache/ tests/ Doctrine/ Tests/ Common/ Cache/ CacheTest.php - Check to see that objects are correctly serialized and unserialized by the cache provider.
- CacheTest::testDeleteAll in vendor/
doctrine/ cache/ tests/ Doctrine/ Tests/ Common/ Cache/ CacheTest.php - CacheTest::testDeleteAllAndNamespaceVersioningBetweenCaches in vendor/
doctrine/ cache/ tests/ Doctrine/ Tests/ Common/ Cache/ CacheTest.php - CacheTest::testDeleteAllNamespace in vendor/
doctrine/ cache/ tests/ Doctrine/ Tests/ Common/ Cache/ CacheTest.php - CacheTest::testFalseCastedValues in vendor/
doctrine/ cache/ tests/ Doctrine/ Tests/ Common/ Cache/ CacheTest.php - Check to see that, even if the user saves a value that can be interpreted as false, the cache adapter will still recognize its existence there.
- CacheTest::testFetchMissShouldReturnFalse in vendor/
doctrine/ cache/ tests/ Doctrine/ Tests/ Common/ Cache/ CacheTest.php - CacheTest::testFetchMulti in vendor/
doctrine/ cache/ tests/ Doctrine/ Tests/ Common/ Cache/ CacheTest.php - CacheTest::testFetchMultipleObjects in vendor/
doctrine/ cache/ tests/ Doctrine/ Tests/ Common/ Cache/ CacheTest.php - Check to see that objects fetched via fetchMultiple are properly unserialized
- CacheTest::testFlushAll in vendor/
doctrine/ cache/ tests/ Doctrine/ Tests/ Common/ Cache/ CacheTest.php - CacheTest::testFlushAllAndNamespaceVersioningBetweenCaches in vendor/
doctrine/ cache/ tests/ Doctrine/ Tests/ Common/ Cache/ CacheTest.php - CacheTest::testGetStats in vendor/
doctrine/ cache/ tests/ Doctrine/ Tests/ Common/ Cache/ CacheTest.php - @group DCOM-43
- CacheTest::testNamespace in vendor/
doctrine/ cache/ tests/ Doctrine/ Tests/ Common/ Cache/ CacheTest.php