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 bafb38c commit a2c9ee1Copy full SHA for a2c9ee1
test/Producers/MixpanelPeopleProducerTest.php
@@ -57,7 +57,7 @@ public function testSetIgnoreAlias() {
57
$this->assertEquals(12345, $msg['$distinct_id']);
58
$this->assertEquals("token", $msg['$token']);
59
$this->assertEquals("192.168.0.1", $msg['$ip']);
60
- $this->assertEquals(false, $msg['$ignore_time']);
+ $this->assertArrayNotHasKey('$ignore_time', $msg);
61
$this->assertEquals(true, $msg['$ignore_alias']);
62
$this->assertArrayHasKey('$set', $msg);
63
$this->assertArrayHasKey("name", $msg['$set']);
0 commit comments