]> git.mxchange.org Git - core.git/blobdiff - tests/bootstrap.php
Rewrite:
[core.git] / tests / bootstrap.php
index de3ab8eeba73c84fa931fe443b9f9dfdb051ace6..7b102e0fed7b78c9d43039f731ea724b4cfdcef1 100644 (file)
@@ -1,7 +1,6 @@
 <?php
-
 // Import needed stuff
-use CoreFramework\Configuration\FrameworkConfiguration;
+use CoreFramework\Bootstrap\FrameworkBootstrap;
 
 /*
  * Copyright (C) 2017 Roland Haeder<roland@mxchange.org>
@@ -45,4 +44,4 @@ if (extension_loaded('xdebug')) {
 require dirname(__DIR__) . '/vendor/autoload.php';
 
 // Quiet DNS resolver as this is not wanted here
-FrameworkConfiguration::getSelfInstance()->setConfigEntry('quiet_dns_resolver', TRUE);
+FrameworkBootstrap::getConfigurationInstance()->setConfigEntry('quiet_dns_resolver', TRUE);