Skip to content

Commit 4f065e8

Browse files
committed
Update MemcachedTest.php
1 parent bbd0502 commit 4f065e8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/Dashboards/MemcachedTest.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,8 @@ public function testGetAllKeysTableView(): void {
182182
$result = $this->normalizeInfoFields($result, ['bytes_size', 'timediff_last_access']);
183183

184184
$this->assertEquals($this->sortKeys($expected), $this->sortKeys($result));
185+
186+
$this->memcached->flush();
185187
}
186188

187189
/**
@@ -235,5 +237,7 @@ public function testGetAllKeysTreeView(): void {
235237
$result = $this->normalizeInfoFields($result, ['bytes_size', 'timediff_last_access']);
236238

237239
$this->assertEquals($this->sortTreeKeys($expected), $this->sortTreeKeys($result));
240+
241+
$this->memcached->flush();
238242
}
239243
}

0 commit comments

Comments
 (0)