By avpaderno on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
7.x-1.x
Introduced in version:
7.x-1.0-beta7
Issue links:
Description:
Some ApcCacheTestCase methods have been removed, and some other methods have added.
checkCacheExists()have been merged intoassertCacheExists(), and the latter replaced byassertCacheItem()assertCacheRemoved()has been replaced byassertNoCacheItem()generalWipe()andsetupLifeTime()have been removedassertCacheItems()andassertNoCacheItems()have been addedsetModules()andsetBinCaches()have been added
These changes are relevant for the modules that extend DrupalApcCache and use ApcCacheTestCase as base class for their tests.
Impacts:
Module developers