Move tests to feature namespaces

[MAILPOET-2382]
This commit is contained in:
Jan Jakeš
2019-10-03 14:22:28 +02:00
committed by Jack Kitterhing
parent cc0e90f38a
commit 55af6fab1a
11 changed files with 14 additions and 14 deletions

View File

@@ -1,6 +1,6 @@
<?php
namespace MailPoet\Test\AutomaticEmails\WooCommerce\WooCommerceStubs;
namespace MailPoet\AutomaticEmails\WooCommerce\WooCommerceStubs;
require_once __DIR__ . '/ItemDetails.php';