diff options
author | Davey Shafik <me@daveyshafik.com> | 2017-01-08 15:20:08 -0800 |
---|---|---|
committer | Davey Shafik <me@daveyshafik.com> | 2017-01-08 15:44:38 -0800 |
commit | 9d6716201f0e26256002d476897aeb4dc8ed376f (patch) | |
tree | 505a506f3bcc630d980377ab45a4b8afec42e2b8 /tests/MySqlShimTest.php | |
parent | 057362d0cb8d9e96a6e55977beb96b032745294e (diff) | |
download | php7-mysql-shim-9d6716201f0e26256002d476897aeb4dc8ed376f.zip php7-mysql-shim-9d6716201f0e26256002d476897aeb4dc8ed376f.tar.gz php7-mysql-shim-9d6716201f0e26256002d476897aeb4dc8ed376f.tar.bz2 |
Add/update file header comments
Diffstat (limited to 'tests/MySqlShimTest.php')
-rw-r--r-- | tests/MySqlShimTest.php | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/tests/MySqlShimTest.php b/tests/MySqlShimTest.php index ab6b3de..a7e4345 100644 --- a/tests/MySqlShimTest.php +++ b/tests/MySqlShimTest.php @@ -2,13 +2,11 @@ /** * php7-mysql-shim * - * @author Davey Shafik <dshafik@akamai.com> - * @copyright Copyright 2015 Akamai Technologies, Inc. All rights reserved. - * @license Apache 2.0 - * @link https://github.com/akamai-open/php7-mysql-shim - * @link https://developer.akamai.com + * @author Davey Shafik <me@daveyshafik.com> + * @copyright Copyright (c) 2017 Davey Shafik + * @license MIT License + * @link https://github.com/dshafik/php7-mysql-shim */ - namespace Dshafik\MySQL\Tests; class MySqlShimTest extends \PHPUnit_Framework_TestCase |