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