Skip to content

Commit ef3defe

Browse files
committed
patch
1 parent ec97e99 commit ef3defe

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/Cache/CacheStorageTest.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ public function testGetCacheName()
142142
$stringKey = 'cache';
143143
$this->assertSame(
144144
$stringKey,
145-
$stringKey,
145+
$this->cacheStorage->getCacheName($stringKey),
146146
sprintf(
147147
'%1$s->getCacheName("%2$s") should identical with %2$s',
148148
$this->cacheStorageClassName,
@@ -153,6 +153,9 @@ public function testGetCacheName()
153153

154154
public function testGetAdapter()
155155
{
156+
/**
157+
* @see self::testSetAdapter()
158+
*/
156159
$this->assertNull(
157160
$this->cacheStorage->getAdapter(),
158161
sprintf(

0 commit comments

Comments
 (0)