We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99a337b commit 3ae10fdCopy full SHA for 3ae10fd
1 file changed
tests/system/Cache/Handlers/MemcachedHandlerTest.php
@@ -120,7 +120,7 @@ public function testGetCacheInfo()
120
{
121
$this->memcachedHandler->save(self::$key1, 'value');
122
123
- $this->assertInternalType('array', $this->memcachedHandler->getCacheInfo());
+ $this->assertIsArray($this->memcachedHandler->getCacheInfo());
124
}
125
126
public function testGetMetaData()
0 commit comments