diff options
author | Davey Shafik <me@daveyshafik.com> | 2020-08-11 06:29:00 +0000 |
---|---|---|
committer | Davey Shafik <me@daveyshafik.com> | 2020-08-11 06:29:00 +0000 |
commit | 50fbf688b444818334d40dc32c0302e3001d7442 (patch) | |
tree | 3901ae07af2f91089364187b5593b3d5b703f559 /tests/bootstrap.php | |
parent | 4b796ffef0834a7b167f9e8536f6d164933ff6ae (diff) | |
download | php7-mysql-shim-50fbf688b444818334d40dc32c0302e3001d7442.zip php7-mysql-shim-50fbf688b444818334d40dc32c0302e3001d7442.tar.gz php7-mysql-shim-50fbf688b444818334d40dc32c0302e3001d7442.tar.bz2 |
Try to fix tests
Diffstat (limited to 'tests/bootstrap.php')
-rw-r--r-- | tests/bootstrap.php | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/tests/bootstrap.php b/tests/bootstrap.php index f8d1391..d5e8404 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -8,16 +8,4 @@ * @link https://github.com/dshafik/php7-mysql-shim */ -require_once __DIR__ . '/../vendor/autoload.php'; - -if (getenv('MYSQL_HOST') !== '') { - Dshafik\MySQL\Tests\MySqlShimTest::$host = getenv('MYSQL_HOST'); -} - -if (getenv('MYSQL_USERNAME') !== '') { - Dshafik\MySQL\Tests\MySqlShimTest::$username = getenv('MYSQL_USERNAME'); -} - -if (getenv('MYSQL_PASSWORD') !== '') { - Dshafik\MySQL\Tests\MySqlShimTest::$password = getenv('MYSQL_PASSWORD'); -}
\ No newline at end of file +require_once __DIR__ . '/../vendor/autoload.php';
\ No newline at end of file |