diff options
Diffstat (limited to 'tests/Core')
-rw-r--r-- | tests/Core/AbstractEnviromentProvider.php | 11 | ||||
-rw-r--r-- | tests/Core/ClassValidationArrayTest.php | 2 |
2 files changed, 11 insertions, 2 deletions
diff --git a/tests/Core/AbstractEnviromentProvider.php b/tests/Core/AbstractEnviromentProvider.php index 38847ce..e48ad7f 100644 --- a/tests/Core/AbstractEnviromentProvider.php +++ b/tests/Core/AbstractEnviromentProvider.php @@ -1,5 +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.2.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 +*/ namespace IP1\RESTClient\Test\Core; use PHPUnit\Framework\TestCase; diff --git a/tests/Core/ClassValidationArrayTest.php b/tests/Core/ClassValidationArrayTest.php index 5866fa5..f82819a 100644 --- a/tests/Core/ClassValidationArrayTest.php +++ b/tests/Core/ClassValidationArrayTest.php @@ -4,7 +4,7 @@ * @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 +* @version 0.2.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 |