Prevent showing WC Customers UI to new WC website
[MAILPOET-2206]
This commit is contained in:
@@ -23,7 +23,7 @@ class AnalyticsTest extends \MailPoetTest {
|
||||
parent::_before();
|
||||
$this->settings = new SettingsController();
|
||||
$this->analytics = new Analytics(
|
||||
new Reporter($this->settings, new WooCommerceHelper(new WPFunctions)),
|
||||
new Reporter($this->settings, new WooCommerceHelper()),
|
||||
$this->settings
|
||||
);
|
||||
// Remove premium plugin hooks so that tests pass also with premium active
|
||||
|
Reference in New Issue
Block a user