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\API\JSON\v1;
namespace MailPoet\API\JSON\v1;
use MailPoet\API\JSON\v1\AutomaticEmails;
use MailPoet\WP\Functions as WPFunctions;