summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorDavey Shafik <davey@php.net>2020-10-27 08:18:13 +0000
committerGitHub <noreply@github.com>2020-10-27 08:18:13 +0000
commit3f4cc7336ffe077f1236852cdc02f43eb5da878c (patch)
tree30efc4df3dc303b8d4012bdbf8569a8aebf5ac9c /tests
parent463d5e6d7a5e62b526788e3172ea569b39395c4b (diff)
downloadphp7-mysql-shim-3f4cc7336ffe077f1236852cdc02f43eb5da878c.zip
php7-mysql-shim-3f4cc7336ffe077f1236852cdc02f43eb5da878c.tar.gz
php7-mysql-shim-3f4cc7336ffe077f1236852cdc02f43eb5da878c.tar.bz2
Remote extraneous var_dump()
Diffstat (limited to 'tests')
-rw-r--r--tests/MySqlShimTest.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/MySqlShimTest.php b/tests/MySqlShimTest.php
index 0403e95..06bd9ca 100644
--- a/tests/MySqlShimTest.php
+++ b/tests/MySqlShimTest.php
@@ -44,7 +44,6 @@ class MySqlShimTest extends \Yoast\PHPUnitPolyfills\TestCases\TestCase
}
if (getenv('MYSQL_PASSWORD') !== false) {
- var_dump(getenv('MYSQL_PASSWORD'));
static::$password = getenv('MYSQL_PASSWORD');
}