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 79a19cd commit 5b21425Copy full SHA for 5b21425
tests/FeatureFlagTest.php
@@ -639,6 +639,7 @@ public function testRolloutSelectsBucket()
639
'version' => 1,
640
'deleted' => false,
641
'on' => true,
642
+ 'offVariation' => null,
643
'targets' => array(),
644
'prerequisites' => array(),
645
'rules' => array(),
@@ -671,6 +672,7 @@ public function testRolloutSelectsLastBucketIfBucketValueEqualsTotalWeight()
671
672
673
674
675
676
677
678
0 commit comments