Skip to content

Commit 54759db

Browse files
committed
fix test method
1 parent 1977097 commit 54759db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/LDClientTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ private function makeFlagThatEvaluatesToNull($key)
4747
'rules' => array(),
4848
'offVariation' => null,
4949
'fallthrough' => array('variation' => 0),
50-
'variations' => array('FALLTHROUGH', $value),
50+
'variations' => array('none'),
5151
'salt' => ''
5252
);
5353
return FeatureFlag::decode($flagJson);

0 commit comments

Comments
 (0)