mirror of
https://github.com/friendica/friendica
synced 2025-04-29 17:44:24 +02:00
Fix namespaces
This commit is contained in:
parent
ef0e734c82
commit
def502ae2d
13 changed files with 13 additions and 13 deletions
|
@ -3,7 +3,7 @@
|
|||
* @file tests/src/Util/Arrays.php
|
||||
* @author Roland Haeder<https://f.haeder.net/profile/roland>
|
||||
*/
|
||||
namespace Friendica\Test\Util;
|
||||
namespace Friendica\Test\src\Util;
|
||||
|
||||
use Friendica\Util\Arrays;
|
||||
use PHPUnit\Framework\TestCase;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
namespace src\Util\Logger;
|
||||
namespace Friendica\Test\src\Util\Logger;
|
||||
|
||||
use Friendica\Test\MockedTest;
|
||||
use Friendica\Util\Logger\WorkerLogger;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
namespace src\Util;
|
||||
namespace Friendica\Test\src\Util;
|
||||
|
||||
use Friendica\Test\MockedTest;
|
||||
use Friendica\Util\Profiler;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
/**
|
||||
* @file tests/src/Util/StringsTest.php
|
||||
*/
|
||||
namespace Friendica\Test\Util;
|
||||
namespace Friendica\Test\src\Util;
|
||||
|
||||
use Friendica\Util\Strings;
|
||||
use PHPUnit\Framework\TestCase;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
/**
|
||||
* @file tests/src/Util/XmlTest.php
|
||||
*/
|
||||
namespace Friendica\Test\Util;
|
||||
namespace Friendica\Test\src\Util;
|
||||
|
||||
use Friendica\Util\XML;
|
||||
use PHPUnit\Framework\TestCase;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue