Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 03d0df0

Browse files
committed
Added unit test for getPrefix method
1 parent b3e0636 commit 03d0df0

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

tests/Cache/CacheArrayStoreTest.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,11 @@ public function testItemsCanBeFlushed()
5757
$this->assertNull($store->get('baz'));
5858
}
5959

60+
61+
public function testCacheKey()
62+
{
63+
$store = new ArrayStore;
64+
$this->assertEquals('', $store->getPrefix());
65+
}
66+
6067
}

0 commit comments

Comments
 (0)