Change record status: 
Introduced in branch: 
7.x-1.x
Introduced in version: 
7.x-1.0-beta7
Description: 

Some ApcCacheTestCase methods have been removed, and some other methods have added.

  • checkCacheExists() have been merged into assertCacheExists(), and the latter replaced by assertCacheItem()
  • assertCacheRemoved() has been replaced by assertNoCacheItem()
  • generalWipe() and setupLifeTime() have been removed
  • assertCacheItems() and assertNoCacheItems() have been added
  • setModules() and setBinCaches() 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