Skip to content

Commit 7ffc5e4

Browse files
author
Matias Melograno
committed
added missing methods
1 parent 4cf0a84 commit 7ffc5e4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/Suite/Sdk/SdkClientTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -487,8 +487,7 @@ public function testCacheExceptionReturnsControl()
487487
$splitSdk = $splitFactory->client();
488488

489489
$cachePoolMethods = array(
490-
'getItem', 'getItems', 'getItemOnList', 'getItemsOnList', 'isItemOnList',
491-
'getKeys', 'rightPushInList'
490+
'getItem', 'getItems', 'isItemOnList', 'getKeys', 'rightPushInList', 'expireKey'
492491
);
493492
$cachePool = $this
494493
->getMockBuilder('\SplitIO\Component\Cache\Pool')

0 commit comments

Comments
 (0)