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/core/ClassValidationArrayTest.php | |
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/core/ClassValidationArrayTest.php')
-rw-r--r-- | tests/core/ClassValidationArrayTest.php | 10 |
1 files changed, 10 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; |