From: Hypolite Petovan Date: Sat, 7 Jul 2018 01:24:17 +0000 (-0400) Subject: Fix test bootstrap namespace issue X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=32418e8660af66fde215e576cef0e660a232ea92;p=friendica.git Fix test bootstrap namespace issue --- diff --git a/tests/bootstrap.php b/tests/bootstrap.php index 4b03aa246b..875ec8ab7d 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -3,6 +3,7 @@ * 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;