Skip to content

Commit 52e7be0

Browse files
committed
Update tests
1 parent a2ebcd1 commit 52e7be0

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

tests/Dashboards/APCuTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public function testDeleteKeys(): void {
7171
/**
7272
* @throws ReflectionException
7373
*/
74-
public function testGetKey(): void {
74+
public function testSetGetKey(): void {
7575
$keys = [
7676
'string' => ['original' => 'phpCacheAdmin', 'expected' => 'phpCacheAdmin'],
7777
'int' => ['original' => 23, 'expected' => '23'],

tests/Dashboards/MemcachedTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ public function testDeleteKeys(): void {
8484
/**
8585
* @throws MemcachedException
8686
*/
87-
public function testGetKey(): void {
87+
public function testSetGetKey(): void {
8888
$keys = [
8989
'string' => ['original' => 'phpCacheAdmin', 'expected' => 'phpCacheAdmin'],
9090
'int' => ['original' => 23, 'expected' => '23'],

tests/Dashboards/RedisTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ public function testDeleteKeys(): void {
8383
/**
8484
* @throws RedisException
8585
*/
86-
public function testGetKey(): void {
86+
public function testSetGetKey(): void {
8787
$keys = [
8888
'string' => ['original' => 'phpCacheAdmin', 'expected' => 'phpCacheAdmin'],
8989
'int' => ['original' => 23, 'expected' => '23'],

0 commit comments

Comments
 (0)