diff options
author | Hannes Kindströmmer <hannes@kindstrommer.se> | 2017-03-15 10:53:14 +0100 |
---|---|---|
committer | Hannes Kindströmmer <hannes@kindstrommer.se> | 2017-03-15 10:53:14 +0100 |
commit | daa4b954b1c7b73f219e10069689a42c25cb702d (patch) | |
tree | 322418df437a13f126c7e68b9111f336b3cb3789 /tests | |
parent | a2895727a30f2e378b08d9269130ccab342d2e69 (diff) | |
parent | 44915ba6cca2e169284d5c1b63f11d8ce28d9f53 (diff) | |
download | ip1-php-sdk-0.1.1-beta2.zip ip1-php-sdk-0.1.1-beta2.tar.gz ip1-php-sdk-0.1.1-beta2.tar.bz2 |
Merge branch 'hotfix/File_Heads'0.1.1-beta2
Diffstat (limited to 'tests')
-rw-r--r-- | tests/core/ClassValidationArrayTest.php | 10 | ||||
-rw-r--r-- | tests/general/ConstructorTest.php | 10 | ||||
-rw-r--r-- | tests/recipient/ContactTest.php | 5 | ||||
-rw-r--r-- | tests/recipient/ProcessedContactTest.php | 5 | ||||
-rw-r--r-- | tests/sms/OutGoingSMSTest.php | 10 |
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; |