diff options
author | Hannes Kindströmmer <hannes@kindstrommer.se> | 2017-03-15 10:51:22 +0100 |
---|---|---|
committer | Hannes Kindströmmer <hannes@kindstrommer.se> | 2017-03-15 10:51:22 +0100 |
commit | 44915ba6cca2e169284d5c1b63f11d8ce28d9f53 (patch) | |
tree | 322418df437a13f126c7e68b9111f336b3cb3789 /tests/core/ClassValidationArrayTest.php | |
parent | cf65d58786a8b4d5ba9e9b88566d5ef635be2a89 (diff) | |
download | ip1-php-sdk-44915ba6cca2e169284d5c1b63f11d8ce28d9f53.zip ip1-php-sdk-44915ba6cca2e169284d5c1b63f11d8ce28d9f53.tar.gz ip1-php-sdk-44915ba6cca2e169284d5c1b63f11d8ce28d9f53.tar.bz2 |
All file DocBlock are the same0.1.1-beta
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; |