We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec97e99 commit ef3defeCopy full SHA for ef3defe
tests/Cache/CacheStorageTest.php
@@ -142,7 +142,7 @@ public function testGetCacheName()
142
$stringKey = 'cache';
143
$this->assertSame(
144
$stringKey,
145
- $stringKey,
+ $this->cacheStorage->getCacheName($stringKey),
146
sprintf(
147
'%1$s->getCacheName("%2$s") should identical with %2$s',
148
$this->cacheStorageClassName,
@@ -153,6 +153,9 @@ public function testGetCacheName()
153
154
public function testGetAdapter()
155
{
156
+ /**
157
+ * @see self::testSetAdapter()
158
+ */
159
$this->assertNull(
160
$this->cacheStorage->getAdapter(),
161
0 commit comments