ApcCacheTestCase::setUp() sets the persistent variables that change the cache back-end for the cache bins stored in ApcCacheTestCase::$cacheBins.
It should also verify the returned objects for those cache bins are instances of DrupalApcCache. If, for any reason, the returned objects are not instances of DrupalApcCache, the tests should not run, as in the better case we are testing the database cache back-end; in the worst case, we are testing an unknown class instances.

Issue fork apc-3464165

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

avpaderno created an issue. See original summary.

avpaderno’s picture

Status: Active » Needs review

  • avpaderno committed 9c1f7aa8 on 7.x-1.x
    Issue #3464165: Add code to ApcCacheTestCase::setUp() to verify the...
avpaderno’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.