]> git.mxchange.org Git - friendica.git/blobdiff - tests/bootstrap.php
Instantiate the App in test bootstrap
[friendica.git] / tests / bootstrap.php
index 4474e4ee8ec55cc624eebe0de62905e6702f7185..4b03aa246b11056c2241af8d29feed9c45b6fc08 100644 (file)
@@ -10,6 +10,8 @@ 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);