X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=tests%2Fbootstrap.php;h=ada2b1a0ec6852af6cc387841ef464ce51077e1d;hb=9342888bd594d882edfdbcecefb3f735ab284c61;hp=4b03aa246b11056c2241af8d29feed9c45b6fc08;hpb=1f1a3930b238b5773ca23f0e3dfb6702b0928549;p=friendica.git diff --git a/tests/bootstrap.php b/tests/bootstrap.php index 4b03aa246b..ada2b1a0ec 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -7,11 +7,6 @@ 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__)); - // Backward compatibility if (!class_exists(TestCase::class)) { class_alias(PHPUnit_Framework_TestCase::class, TestCase::class);