Skip to content

Commit fb6f946

Browse files
committed
Merge pull request #10 from Nyholm/patch-1
Removed test isHit on a fresh item before it is saved
2 parents 8b26c26 + c5a15be commit fb6f946

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/CachePoolTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,6 @@ public function testIsHit()
392392
{
393393
$item = $this->cache->getItem('key');
394394
$item->set('value');
395-
$this->assertFalse($item->isHit(), 'It can not be a hit before it is saved');
396395
$this->cache->save($item);
397396
$this->assertTrue($item->isHit());
398397

0 commit comments

Comments
 (0)