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 ea02d03 commit 1b0815eCopy full SHA for 1b0815e
tests/FeatureRepTest.php
@@ -50,7 +50,6 @@ public function testFlagForTargetedUserOn() {
50
}
51
52
public function testFlagForTargetGroupOn() {
53
-// $user = new LDUser("[email protected]", null, null, null, null, null, null, null, null, ["groups" => ["google", "microsoft"]]);
54
$user = (new LDUserBuilder("[email protected]"))->custom(["groups" => ["google", "microsoft"]])->build();
55
$b = $this->_simpleFlag->evaluate($user);
56
$this->assertEquals(true, $b);
0 commit comments