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 a0382ba commit 7cbfa1aCopy full SHA for 7cbfa1a
.github/workflows/cd.yml
@@ -19,9 +19,6 @@ jobs:
19
with:
20
fetch-depth: 0
21
22
- - name: "Remove .gitignore"
23
- run: rm .gitignore
24
-
25
- name: "Setup PHP"
26
uses: shivammathur/setup-php@v2
27
test/Unit/HelperTest.php
@@ -46,9 +46,7 @@ public function test_convert_helper_transforms_events_with_items()
46
];
47
48
$list = Helper\ConvertHelper::parseEvents($request);
49
50
- var_dump($request, $list);
51
- exit;
+ $this->analytics->addEvent(...$list);
52
}
53
54
public function test_snakecase_helper_transforms_camelcase_names()
0 commit comments