X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=tests%2Fbootstrap.php;h=9e12404c9e6d614a00f90eb289df6fb9e5a42e77;hb=HEAD;hp=b2428e8e69a6d06c827e858e6192f82bbc68e919;hpb=08a0c865dd2c8ee0b6dbf96f4f07e9ee0ce0f02b;p=core.git diff --git a/tests/bootstrap.php b/tests/bootstrap.php index b2428e8e..ad7bc9f4 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -3,7 +3,7 @@ use Org\Mxchange\CoreFramework\Bootstrap\FrameworkBootstrap; /* - * Copyright (C) 2017 - 2021 Core Developer Team + * Copyright (C) 2017 - 2023 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 @@ -44,4 +44,4 @@ if (extension_loaded('xdebug')) { require dirname(__DIR__) . '/vendor/autoload.php'; // Quiet DNS resolver as this is not wanted here -FrameworkBootstrap::getConfigurationInstance()->setConfigEntry('quiet_dns_resolver', TRUE); +FrameworkBootstrap::getConfigurationInstance()->setConfigEntry('is_quiet_dns_resolver_enabled', TRUE);