]> git.mxchange.org Git - core.git/blobdiff - tests/bootstrap.php
Continued:
[core.git] / tests / bootstrap.php
index 6e479a71566982dcc79e295196600cad0f2fdb9c..ad7bc9f43f9a5ce492c5758da9cbd7c27ae3b6e1 100644 (file)
@@ -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
@@ -38,10 +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);
+FrameworkBootstrap::getConfigurationInstance()->setConfigEntry('is_quiet_dns_resolver_enabled', TRUE);