test results are changing somehow

This commit is contained in:
Dennis Eichhorn 2019-12-07 22:16:53 +01:00
parent eaf9207610
commit 3a393e9bda

View File

@ -189,7 +189,7 @@ class MemCachedTest extends \PHPUnit\Framework\TestCase
self::assertEquals(
[
'status' => CacheStatus::OK,
'count' => 17, // todo: should be 2
'count' => 2,
'size' => 137,
],
$this->cache->stats()