]> git.mxchange.org Git - core.git/blobdiff - tests/bootstrap.php
Continued:
[core.git] / tests / bootstrap.php
index 3d2f1aeeaa92db8df9b1f9cfb24fc48774ef7125..1f1a364b589b6b6a08d2ab8c8c2360e3cb07a80b 100644 (file)
@@ -1,4 +1,6 @@
 <?php
+// Import needed stuff
+use Org\Mxchange\CoreFramework\Bootstrap\FrameworkBootstrap;
 
 /*
  * Copyright (C) 2017 Roland Haeder<roland@mxchange.org>
@@ -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);