Continued:
[core.git] / tests / bootstrap.php
index de3ab8eeba73c84fa931fe443b9f9dfdb051ace6..1f1a364b589b6b6a08d2ab8c8c2360e3cb07a80b 100644 (file)
@@ -1,7 +1,6 @@
 <?php
-
 // Import needed stuff
-use CoreFramework\Configuration\FrameworkConfiguration;
+use Org\Mxchange\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);