In cache tests, determine cache class name dynamically.
Some cache backends may use a class name other than `WP_Object_Cache` for their cache drop-in. For example, certain versions of the APC Object Cache plugin have a shim called `APC_Object_Cache`. See #31491. Built from https://develop.svn.wordpress.org/trunk@35108 git-svn-id: http://core.svn.wordpress.org/trunk@35073 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
34732f5a80
commit
5d07f8eb46
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.4-alpha-35107';
|
||||
$wp_version = '4.4-alpha-35108';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue