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 1977097 commit 54759dbCopy full SHA for 54759db
tests/LDClientTest.php
@@ -47,7 +47,7 @@ private function makeFlagThatEvaluatesToNull($key)
47
'rules' => array(),
48
'offVariation' => null,
49
'fallthrough' => array('variation' => 0),
50
- 'variations' => array('FALLTHROUGH', $value),
+ 'variations' => array('none'),
51
'salt' => ''
52
);
53
return FeatureFlag::decode($flagJson);
0 commit comments