summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/core/ClassValidationArrayTest.php10
-rw-r--r--tests/general/ConstructorTest.php10
-rw-r--r--tests/recipient/ContactTest.php5
-rw-r--r--tests/recipient/ProcessedContactTest.php5
-rw-r--r--tests/sms/OutGoingSMSTest.php10
5 files changed, 40 insertions, 0 deletions
diff --git a/tests/core/ClassValidationArrayTest.php b/tests/core/ClassValidationArrayTest.php
index a750092..33752a1 100644
--- a/tests/core/ClassValidationArrayTest.php
+++ b/tests/core/ClassValidationArrayTest.php
@@ -1,4 +1,14 @@
<?php
+/**
+* PHP version 7.1.1
+* @author Hannes Kindströmmer <hannes@kindstrommer.se>
+* @copyright 2017 IP1 SMS
+* @license https://www.gnu.org/licenses/lgpl-3.0.txt LGPL-3.0
+* @version 0.1.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
+*/
use PHPUnit\Framework\TestCase;
use IP1\RESTClient\Core\ClassValidationArray;
diff --git a/tests/general/ConstructorTest.php b/tests/general/ConstructorTest.php
index b45f151..2fb8cdb 100644
--- a/tests/general/ConstructorTest.php
+++ b/tests/general/ConstructorTest.php
@@ -1,4 +1,14 @@
<?php
+/**
+* PHP version 7.1.1
+* @author Hannes Kindströmmer <hannes@kindstrommer.se>
+* @copyright 2017 IP1 SMS
+* @license https://www.gnu.org/licenses/lgpl-3.0.txt LGPL-3.0
+* @version 0.1.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
+*/
use IP1\RESTClient\Recipient\Group;
use IP1\RESTClient\Recipient\Contact;
use IP1\RESTClient\Recipient\ProcessedContact;
diff --git a/tests/recipient/ContactTest.php b/tests/recipient/ContactTest.php
index c5600e3..11fc1f9 100644
--- a/tests/recipient/ContactTest.php
+++ b/tests/recipient/ContactTest.php
@@ -3,6 +3,11 @@
* PHP version 7.1.1
* @author Hannes Kindströmmer <hannes@kindstrommer.se>
* @copyright 2017 IP1 SMS
+* @license https://www.gnu.org/licenses/lgpl-3.0.txt LGPL-3.0
+* @version 0.1.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
*/
use IP1\RESTClient\Recipient\RecipientFactory;
diff --git a/tests/recipient/ProcessedContactTest.php b/tests/recipient/ProcessedContactTest.php
index a094526..1e941b7 100644
--- a/tests/recipient/ProcessedContactTest.php
+++ b/tests/recipient/ProcessedContactTest.php
@@ -3,6 +3,11 @@
* PHP version 7.1.1
* @author Hannes Kindströmmer <hannes@kindstrommer.se>
* @copyright 2017 IP1 SMS
+* @license https://www.gnu.org/licenses/lgpl-3.0.txt LGPL-3.0
+* @version 0.1.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
*/
use PHPUnit\Framework\TestCase;
use IP1\RESTClient\Recipient\RecipientFactory;
diff --git a/tests/sms/OutGoingSMSTest.php b/tests/sms/OutGoingSMSTest.php
index 0487551..232fa38 100644
--- a/tests/sms/OutGoingSMSTest.php
+++ b/tests/sms/OutGoingSMSTest.php
@@ -1,4 +1,14 @@
<?php
+/**
+* PHP version 7.1.1
+* @author Hannes Kindströmmer <hannes@kindstrommer.se>
+* @copyright 2017 IP1 SMS
+* @license https://www.gnu.org/licenses/lgpl-3.0.txt LGPL-3.0
+* @version 0.1.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
+*/
use PHPUnit\Framework\TestCase;
use PHPUnit\Exception;
use IP1\RESTClient\SMS\OutGoingSMS;