]> git.mxchange.org Git - friendica.git/blobdiff - tests/bootstrap.php
Remove default from backend columns
[friendica.git] / tests / bootstrap.php
index e566b58042f5c0b445e4aee60b079e4f9993ea5d..ada2b1a0ec6852af6cc387841ef464ce51077e1d 100644 (file)
@@ -3,18 +3,10 @@
  * This file is loaded by PHPUnit before any test.
  */
 
-use Friendica\App;
 use PHPUnit\DbUnit\DataSet\YamlDataSet;
 use PHPUnit\DbUnit\TestCaseTrait;
 use PHPUnit\Framework\TestCase;
 
-require_once __DIR__.'/../boot.php';
-require_once __DIR__.'/../include/api.php';
-
-new App(dirname(__DIR__));
-
-\Friendica\Core\Config::set('system', 'url', 'http://localhost/');
-
 // Backward compatibility
 if (!class_exists(TestCase::class)) {
        class_alias(PHPUnit_Framework_TestCase::class, TestCase::class);