Skip to content

Commit

Permalink
patch
Browse files Browse the repository at this point in the history
  • Loading branch information
ArrayIterator committed Nov 10, 2023
1 parent ec97e99 commit ef3defe
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/Cache/CacheStorageTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ public function testGetCacheName()
$stringKey = 'cache';
$this->assertSame(
$stringKey,
$stringKey,
$this->cacheStorage->getCacheName($stringKey),
sprintf(
'%1$s->getCacheName("%2$s") should identical with %2$s',
$this->cacheStorageClassName,
Expand All @@ -153,6 +153,9 @@ public function testGetCacheName()

public function testGetAdapter()
{
/**
* @see self::testSetAdapter()
*/
$this->assertNull(
$this->cacheStorage->getAdapter(),
sprintf(
Expand Down

0 comments on commit ef3defe

Please sign in to comment.