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 9489dfc commit cd81457Copy full SHA for cd81457
tests/Suite/Component/TrafficTypeTests.php
@@ -42,9 +42,8 @@ public function testTrafficTypeWarning()
42
43
$this->assertEquals($keyTrafficType, 'SPLITIO.trafficType.abc');
44
45
- $factory = \SplitIO\Sdk::factory('asdqwe123456', $sdkConfig);
46
- $redisClient = ReflectiveTools::clientFromFactory($factory);
47
- $cachePool = ReflectiveTools::cacheFromFactory($factory);
+ $redisClient = ReflectiveTools::clientFromFactory($splitFactory);
+ $cachePool = ReflectiveTools::cacheFromFactory($splitFactory);
48
$redisClient->del($keyTrafficType);
49
50
$splitCache = new SplitCache($cachePool);
0 commit comments