Skip to content

Commit 9b9b879

Browse files
committed
Typo, we have to check expiresAfter with null values
1 parent b007328 commit 9b9b879

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/CachePoolTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@ public function testExpiresAfterWithNull()
549549

550550
$item = $this->cache->getItem('key');
551551
$item->set('value');
552-
$item->expiresAt(null);
552+
$item->expiresAfter(null);
553553
$this->cache->save($item);
554554

555555
$item = $this->cache->getItem('key');

0 commit comments

Comments
 (0)