Skip to content

Commit 5b21425

Browse files
committed
PHP 5.5 requires even null properties to be defined
1 parent 79a19cd commit 5b21425

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/FeatureFlagTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -639,6 +639,7 @@ public function testRolloutSelectsBucket()
639639
'version' => 1,
640640
'deleted' => false,
641641
'on' => true,
642+
'offVariation' => null,
642643
'targets' => array(),
643644
'prerequisites' => array(),
644645
'rules' => array(),
@@ -671,6 +672,7 @@ public function testRolloutSelectsLastBucketIfBucketValueEqualsTotalWeight()
671672
'version' => 1,
672673
'deleted' => false,
673674
'on' => true,
675+
'offVariation' => null,
674676
'targets' => array(),
675677
'prerequisites' => array(),
676678
'rules' => array(),

0 commit comments

Comments
 (0)