From 61c0f32dfb7999fbb2036d911b4599d1c8a428af Mon Sep 17 00:00:00 2001 From: Nyholm Date: Sun, 5 Aug 2018 12:44:59 +0200 Subject: [PATCH] cs --- tests/Model/BaseModelTest.php | 8 +++++++- tests/Model/Domain/ConnectionResponseTest.php | 9 ++++++++- tests/Model/Domain/CreateCredentialResponseTest.php | 10 ++++++++-- tests/Model/Domain/CreateResponseTest.php | 12 ++++++++---- tests/Model/Domain/CredentialResponseItemTest.php | 12 ++++++++---- tests/Model/Domain/CredentialResponseTest.php | 12 ++++++++---- .../Suppression/Unsubscribe/UnsubscribeTest.php | 1 - 7 files changed, 47 insertions(+), 17 deletions(-) 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 {