aboutsummaryrefslogtreecommitdiff
path: root/tests/CacheTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/CacheTest.php')
-rw-r--r--tests/CacheTest.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/CacheTest.php b/tests/CacheTest.php
index f01cfc4b..9a8ada14 100644
--- a/tests/CacheTest.php
+++ b/tests/CacheTest.php
@@ -31,6 +31,7 @@ class CacheTest extends TestCase
$sut->purgeCache(-1);
$sut->setKey(['key']);
+ $this->assertNull($sut->getTime());
$this->assertNull($sut->loadData());
$sut->saveData('data');