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