Skip to content

Commit 7cbfa1a

Browse files
author
Alex Westergaard
committed
correct var_dump;exit; of latest MR
1 parent a0382ba commit 7cbfa1a

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.github/workflows/cd.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ jobs:
1919
with:
2020
fetch-depth: 0
2121

22-
- name: "Remove .gitignore"
23-
run: rm .gitignore
24-
2522
- name: "Setup PHP"
2623
uses: shivammathur/setup-php@v2
2724
with:

test/Unit/HelperTest.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,7 @@ public function test_convert_helper_transforms_events_with_items()
4646
];
4747

4848
$list = Helper\ConvertHelper::parseEvents($request);
49-
50-
var_dump($request, $list);
51-
exit;
49+
$this->analytics->addEvent(...$list);
5250
}
5351

5452
public function test_snakecase_helper_transforms_camelcase_names()

0 commit comments

Comments
 (0)