summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/Core/AbstractEnviromentProvider.php2
-rw-r--r--tests/Core/ClassValidationArrayTest.php2
-rw-r--r--tests/General/ConstructorTest.php2
-rw-r--r--tests/Recipient/BlacklistTest.php2
-rw-r--r--tests/Recipient/ContactTest.php2
-rw-r--r--tests/Recipient/GroupTest.php2
-rw-r--r--tests/Recipient/MembershipTest.php10
-rw-r--r--tests/Recipient/ProcessedContactTest.php6
-rw-r--r--tests/Recipient/ProcessedGroupTest.php4
-rw-r--r--tests/SMS/LoggedOutGoingSMSTest.php2
-rw-r--r--tests/SMS/OutGoingSMSTest.php2
-rw-r--r--tests/Util/Util.php4
12 files changed, 24 insertions, 16 deletions
diff --git a/tests/Core/AbstractEnviromentProvider.php b/tests/Core/AbstractEnviromentProvider.php
index e48ad7f..104a7cb 100644
--- a/tests/Core/AbstractEnviromentProvider.php
+++ b/tests/Core/AbstractEnviromentProvider.php
@@ -2,7 +2,7 @@
/**
* PHP version 7.1.1
* @author Hannes Kindströmmer <hannes@kindstrommer.se>
-* @copyright 2017 IP1 SMS
+* @copyright 2017 iP.1 Networks AB
* @license https://www.gnu.org/licenses/lgpl-3.0.txt LGPL-3.0
* @version 0.2.0-beta
* @since File available since Release 0.2.0-beta
diff --git a/tests/Core/ClassValidationArrayTest.php b/tests/Core/ClassValidationArrayTest.php
index f82819a..f086c4c 100644
--- a/tests/Core/ClassValidationArrayTest.php
+++ b/tests/Core/ClassValidationArrayTest.php
@@ -2,7 +2,7 @@
/**
* PHP version 7.1.1
* @author Hannes Kindströmmer <hannes@kindstrommer.se>
-* @copyright 2017 IP1 SMS
+* @copyright 2017 iP.1 Networks AB
* @license https://www.gnu.org/licenses/lgpl-3.0.txt LGPL-3.0
* @version 0.2.0-beta
* @since File available since Release 0.1.0-beta
diff --git a/tests/General/ConstructorTest.php b/tests/General/ConstructorTest.php
index dcc4142..0447075 100644
--- a/tests/General/ConstructorTest.php
+++ b/tests/General/ConstructorTest.php
@@ -2,7 +2,7 @@
/**
* PHP version 7.1.1
* @author Hannes Kindströmmer <hannes@kindstrommer.se>
-* @copyright 2017 IP1 SMS
+* @copyright 2017 iP.1 Networks AB
* @license https://www.gnu.org/licenses/lgpl-3.0.txt LGPL-3.0
* @version 0.2.0-beta
* @since File available since Release 0.1.0-beta
diff --git a/tests/Recipient/BlacklistTest.php b/tests/Recipient/BlacklistTest.php
index 78b11ad..a960fac 100644
--- a/tests/Recipient/BlacklistTest.php
+++ b/tests/Recipient/BlacklistTest.php
@@ -2,7 +2,7 @@
/**
* PHP version 7.1.1
* @author Hannes Kindströmmer <hannes@kindstrommer.se>
-* @copyright 2017 IP1 SMS
+* @copyright 2017 iP.1 Networks AB
* @license https://www.gnu.org/licenses/lgpl-3.0.txt LGPL-3.0
* @version 0.2.0-beta
* @since File available since Release 0.2.0-beta
diff --git a/tests/Recipient/ContactTest.php b/tests/Recipient/ContactTest.php
index 3c7e646..37ad67f 100644
--- a/tests/Recipient/ContactTest.php
+++ b/tests/Recipient/ContactTest.php
@@ -2,7 +2,7 @@
/**
* PHP version 7.1.1
* @author Hannes Kindströmmer <hannes@kindstrommer.se>
-* @copyright 2017 IP1 SMS
+* @copyright 2017 iP.1 Networks AB
* @license https://www.gnu.org/licenses/lgpl-3.0.txt LGPL-3.0
* @version 0.2.0-beta
* @since File available since Release 0.1.0-beta
diff --git a/tests/Recipient/GroupTest.php b/tests/Recipient/GroupTest.php
index 5a6b960..3dc5a93 100644
--- a/tests/Recipient/GroupTest.php
+++ b/tests/Recipient/GroupTest.php
@@ -2,7 +2,7 @@
/**
* PHP version 7.1.1
* @author Hannes Kindströmmer <hannes@kindstrommer.se>
-* @copyright 2017 IP1 SMS
+* @copyright 2017 iP.1 Networks AB
* @license https://www.gnu.org/licenses/lgpl-3.0.txt LGPL-3.0
* @version 0.2.0-beta
* @since File available since Release 0.2.0-beta
diff --git a/tests/Recipient/MembershipTest.php b/tests/Recipient/MembershipTest.php
index 081c0e7..b82cd61 100644
--- a/tests/Recipient/MembershipTest.php
+++ b/tests/Recipient/MembershipTest.php
@@ -1,4 +1,14 @@
<?php
+/**
+* PHP version 7.1.1
+* @author Hannes Kindströmmer <hannes@kindstrommer.se>
+* @copyright 2017 iP.1 Networks AB
+* @license https://www.gnu.org/licenses/lgpl-3.0.txt LGPL-3.0
+* @version 0.3.0-beta
+* @since File available since Release 0.3.0-beta
+* @link http://api.ip1sms.com/Help
+* @link https://github.com/iP1SMS/ip1-php-sdk
+*/
namespace IP1\RESTClient\Test\Recipient;
use IP1\RESTClient\Recipient\Group;
diff --git a/tests/Recipient/ProcessedContactTest.php b/tests/Recipient/ProcessedContactTest.php
index 7e7443f..c57996e 100644
--- a/tests/Recipient/ProcessedContactTest.php
+++ b/tests/Recipient/ProcessedContactTest.php
@@ -2,15 +2,13 @@
/**
* PHP version 7.1.1
* @author Hannes Kindströmmer <hannes@kindstrommer.se>
-* @copyright 2017 IP1 SMS
+* @copyright 2017 iP.1 Networks AB
* @license https://www.gnu.org/licenses/lgpl-3.0.txt LGPL-3.0
-* @version 0.2.0-beta
+* @version 0.3.0-beta
* @since File available since Release 0.1.0-beta
* @link http://api.ip1sms.com/Help
* @link https://github.com/iP1SMS/ip1-php-sdk
*/
-
-
namespace IP1\RESTClient\Test\Recipient;
use IP1\RESTClient\Recipient\RecipientFactory;
diff --git a/tests/Recipient/ProcessedGroupTest.php b/tests/Recipient/ProcessedGroupTest.php
index 094c635..8ef23a8 100644
--- a/tests/Recipient/ProcessedGroupTest.php
+++ b/tests/Recipient/ProcessedGroupTest.php
@@ -2,9 +2,9 @@
/**
* PHP version 7.1.1
* @author Hannes Kindströmmer <hannes@kindstrommer.se>
-* @copyright 2017 IP1 SMS
+* @copyright 2017 iP.1 Networks AB
* @license https://www.gnu.org/licenses/lgpl-3.0.txt LGPL-3.0
-* @version 0.2.0-beta
+* @version 0.3.0-beta
* @since File available since Release 0.2.0-beta
* @link http://api.ip1sms.com/Help
* @link https://github.com/iP1SMS/ip1-php-sdk
diff --git a/tests/SMS/LoggedOutGoingSMSTest.php b/tests/SMS/LoggedOutGoingSMSTest.php
index c53660c..67a46b2 100644
--- a/tests/SMS/LoggedOutGoingSMSTest.php
+++ b/tests/SMS/LoggedOutGoingSMSTest.php
@@ -2,7 +2,7 @@
/**
* PHP version 7.1.1
* @author Hannes Kindströmmer <hannes@kindstrommer.se>
-* @copyright 2017 IP1 SMS
+* @copyright 2017 iP.1 Networks AB
* @license https://www.gnu.org/licenses/lgpl-3.0.txt LGPL-3.0
* @version 0.2.0-beta
* @since File available since Release 0.2.0-beta
diff --git a/tests/SMS/OutGoingSMSTest.php b/tests/SMS/OutGoingSMSTest.php
index 2068f10..9ac870b 100644
--- a/tests/SMS/OutGoingSMSTest.php
+++ b/tests/SMS/OutGoingSMSTest.php
@@ -2,7 +2,7 @@
/**
* PHP version 7.1.1
* @author Hannes Kindströmmer <hannes@kindstrommer.se>
-* @copyright 2017 IP1 SMS
+* @copyright 2017 iP.1 Networks AB
* @license https://www.gnu.org/licenses/lgpl-3.0.txt LGPL-3.0
* @version 0.2.0-beta
* @since File available since Release 0.1.0-beta
diff --git a/tests/Util/Util.php b/tests/Util/Util.php
index 855f3ce..0d60789 100644
--- a/tests/Util/Util.php
+++ b/tests/Util/Util.php
@@ -2,9 +2,9 @@
/**
* PHP version 7.1.1
* @author Hannes Kindströmmer <hannes@kindstrommer.se>
-* @copyright 2017 IP1 SMS
+* @copyright 2017 iP.1 Networks AB
* @license https://www.gnu.org/licenses/lgpl-3.0.txt LGPL-3.0
-* @version 0.2.0-beta
+* @version 0.3.0-beta
* @since File available since Release 0.2.0-beta
* @link http://api.ip1sms.com/Help
* @link https://github.com/iP1SMS/ip1-php-sdk