]> git.mxchange.org Git - friendica.git/commitdiff
Fix test bootstrap namespace issue
authorHypolite Petovan <mrpetovan@gmail.com>
Sat, 7 Jul 2018 01:24:17 +0000 (21:24 -0400)
committerHypolite Petovan <mrpetovan@gmail.com>
Mon, 16 Jul 2018 23:38:15 +0000 (19:38 -0400)
tests/bootstrap.php

index 4b03aa246b11056c2241af8d29feed9c45b6fc08..875ec8ab7d5c5a4f2d1b808c972b1c48814eba0d 100644 (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;