X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=tests%2Fbootstrap.php;h=1f1a364b589b6b6a08d2ab8c8c2360e3cb07a80b;hp=3d2f1aeeaa92db8df9b1f9cfb24fc48774ef7125;hb=f57dd51863ec9baacba447d76b46d5c709b9b02e;hpb=060297c0efcdcfab4935d6eee825cd376c318ef4 diff --git a/tests/bootstrap.php b/tests/bootstrap.php index 3d2f1aee..1f1a364b 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -1,4 +1,6 @@ @@ -40,3 +42,6 @@ if (extension_loaded('xdebug')) { // Autoload more stuff require dirname(__DIR__) . '/vendor/autoload.php'; + +// Quiet DNS resolver as this is not wanted here +FrameworkBootstrap::getConfigurationInstance()->setConfigEntry('quiet_dns_resolver', TRUE);