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 7cbfa1a commit a3e997eCopy full SHA for a3e997e
test/Unit/HelperTest.php
@@ -47,6 +47,7 @@ public function test_convert_helper_transforms_events_with_items()
47
48
$list = Helper\ConvertHelper::parseEvents($request);
49
$this->analytics->addEvent(...$list);
50
+ $this->assertCount(1, $this->analytics['events']);
51
}
52
53
public function test_snakecase_helper_transforms_camelcase_names()
0 commit comments