mirror of
https://github.com/friendica/friendica
synced 2024-11-09 16:22:56 +00:00
Fix test bootstrap namespace issue
This commit is contained in:
parent
1f1a3930b2
commit
32418e8660
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue