X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=tests%2Fbootstrap.php;h=9e12404c9e6d614a00f90eb289df6fb9e5a42e77;hb=3377ccc5ea2b0839cdb2506ecccc3b18cfb26d33;hp=3d2f1aeeaa92db8df9b1f9cfb24fc48774ef7125;hpb=060297c0efcdcfab4935d6eee825cd376c318ef4;p=core.git diff --git a/tests/bootstrap.php b/tests/bootstrap.php index 3d2f1aee..9e12404c 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -1,7 +1,9 @@ + * Copyright (C) 2017 - 2022 Core Developer Team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -36,7 +38,10 @@ unset($_SERVER['argv'][1]); if (extension_loaded('xdebug')) { // Quiet it a bit as this interfers with the nice testing output ini_set('xdebug.show_exception_trace', FALSE); -} // END - if +} // 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);