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 bbd0502 commit 4f065e8Copy full SHA for 4f065e8
tests/Dashboards/MemcachedTest.php
@@ -182,6 +182,8 @@ public function testGetAllKeysTableView(): void {
182
$result = $this->normalizeInfoFields($result, ['bytes_size', 'timediff_last_access']);
183
184
$this->assertEquals($this->sortKeys($expected), $this->sortKeys($result));
185
+
186
+ $this->memcached->flush();
187
}
188
189
/**
@@ -235,5 +237,7 @@ public function testGetAllKeysTreeView(): void {
235
237
236
238
239
$this->assertEquals($this->sortTreeKeys($expected), $this->sortTreeKeys($result));
240
241
242
243
0 commit comments