Fix test bootstrap namespace issue

This commit is contained in:
Hypolite Petovan 2018-07-06 21:24:17 -04:00
parent 1f1a3930b2
commit 32418e8660
1 changed files with 1 additions and 0 deletions

View File

@ -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;