Remove leading slashes in unit test imports [MAILPOET-764]

This commit is contained in:
Alexey Stoletniy
2017-01-25 16:28:36 +03:00
parent b7ef191641
commit f1ced11809
20 changed files with 45 additions and 45 deletions

View File

@ -1,7 +1,7 @@
<?php
use \MailPoet\API\Response as APIResponse;
use \MailPoet\API\Endpoints\Setup;
use \MailPoet\Models\Setting;
use MailPoet\API\Response as APIResponse;
use MailPoet\API\Endpoints\Setup;
use MailPoet\Models\Setting;
class SetupTest extends MailPoetTest {
function _before() {