diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/MySqlShimTest.php | 1 |
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'); } |