Fix fatal error in unit test.

See #27881.

Built from https://develop.svn.wordpress.org/trunk@28520


git-svn-id: http://core.svn.wordpress.org/trunk@28346 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Scott Taylor 2014-05-19 06:25:14 +00:00
parent 40fab485aa
commit 2e9ce6fc87

View File

@ -268,7 +268,7 @@ class WP_Object_Cache {
* @access private
* @since 2.0.0
*/
private $cache = array ();
public $cache = array();
/**
* The amount of times the cache data was already stored in the cache.