Skip to content

Commit 7a2abca

Browse files
[Pre-Release] v3.0.9
1 parent 38bf520 commit 7a2abca

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

includes/integrations/class-integration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,5 +438,5 @@ public function get_data() {
438438
$request = mc4wp('request');
439439
return $request->params->all();
440440
}
441-
441+
442442
}

tests/bootstrap.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?php
22

3-
error_reporting( E_ALL );
43
echo 'Welcome to the MailChimp for WordPress Test Suite' . PHP_EOL;
54

65
require __DIR__ . '/mock.php';

0 commit comments

Comments
 (0)