mirror of
https://github.com/friendica/friendica
synced 2025-04-29 15:04:22 +02:00
Fix namespace in tests
This commit is contained in:
parent
d086a982f9
commit
703024d9b9
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
namespace Friendica\Test\Unit\Core;
|
namespace Friendica\Test\Unit\Core\Addon;
|
||||||
|
|
||||||
use Friendica\Core\Addon\AddonInfo;
|
use Friendica\Core\Addon\AddonInfo;
|
||||||
use PHPUnit\Framework\TestCase;
|
use PHPUnit\Framework\TestCase;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue