diff --git a/tests/Model/BaseModelTest.php b/tests/Model/BaseModelTest.php index a9d48f4..b61129a 100644 --- a/tests/Model/BaseModelTest.php +++ b/tests/Model/BaseModelTest.php @@ -2,9 +2,15 @@ declare(strict_types=1); +/* + * Copyright (C) 2013 Mailgun + * + * This software may be modified and distributed under the terms + * of the MIT license. See the LICENSE file for details. + */ + namespace Mailgun\Tests\Model; class BaseModelTest extends \PHPUnit_Framework_TestCase { - } diff --git a/tests/Model/Domain/ConnectionResponseTest.php b/tests/Model/Domain/ConnectionResponseTest.php index ded1cc7..78fecd0 100644 --- a/tests/Model/Domain/ConnectionResponseTest.php +++ b/tests/Model/Domain/ConnectionResponseTest.php @@ -2,6 +2,13 @@ declare(strict_types=1); +/* + * Copyright (C) 2013 Mailgun + * + * This software may be modified and distributed under the terms + * of the MIT license. See the LICENSE file for details. + */ + namespace Mailgun\Tests\Model\Domain; use Mailgun\Model\Domain\ConnectionResponse; @@ -12,7 +19,7 @@ class ConnectionResponseTest extends BaseModelTest public function testCreate() { $json = -<<assertEquals(2, $model->getTotalCount()); $this->assertCount(2, $model->getCredentials()); - } } diff --git a/tests/Model/Suppression/Unsubscribe/UnsubscribeTest.php b/tests/Model/Suppression/Unsubscribe/UnsubscribeTest.php index a90e912..635b627 100644 --- a/tests/Model/Suppression/Unsubscribe/UnsubscribeTest.php +++ b/tests/Model/Suppression/Unsubscribe/UnsubscribeTest.php @@ -11,7 +11,6 @@ namespace Mailgun\Tests\Model\Suppression\Unsubscribe; use Mailgun\Model\Suppression\Unsubscribe\Unsubscribe; use Mailgun\Tests\Model\BaseModelTest; -use PHPUnit_Framework_TestCase; class UnsubscribeTest extends BaseModelTest {