diff options
Diffstat (limited to 'tests/general/ConstructorTest.php')
-rw-r--r-- | tests/general/ConstructorTest.php | 10 |
1 files changed, 10 insertions, 0 deletions
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; |