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\Endpoints\Segments;
use \MailPoet\API\Response as APIResponse;
use \MailPoet\Models\Segment;
use MailPoet\API\Endpoints\Segments;
use MailPoet\API\Response as APIResponse;
use MailPoet\Models\Segment;
class SegmentsTest extends MailPoetTest {
function _before() {