summaryrefslogtreecommitdiffstatshomepage
path: root/tests/phpunit/includes
diff options
context:
space:
mode:
Diffstat (limited to 'tests/phpunit/includes')
-rw-r--r--tests/phpunit/includes/object-cache.php14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/phpunit/includes/object-cache.php b/tests/phpunit/includes/object-cache.php
index ad7920f731..e1404188f3 100644
--- a/tests/phpunit/includes/object-cache.php
+++ b/tests/phpunit/includes/object-cache.php
@@ -914,6 +914,20 @@ class WP_Object_Cache {
public $blog_prefix = '';
/**
+ * Thirty days in seconds.
+ *
+ * @var int
+ */
+ public $thirty_days;
+
+ /**
+ * Current unix time stamp.
+ *
+ * @var int
+ */
+ public $now;
+
+ /**
* Instantiates the Memcached class.
*
* Instantiates the Memcached class and returns adds the servers specified