Fix fatal error in unit test.

See #27881.


git-svn-id: https://develop.svn.wordpress.org/trunk@28520 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Scott Taylor 2014-05-19 06:24:06 +00:00
parent d398ea806c
commit e76545e011

View File

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