Move test infrastructure to Testing namespace in src directory

This commit is contained in:
Alexander Skvortsov 2021-01-13 01:16:59 -05:00
parent 1afbb07037
commit ba0fbd71e6
12 changed files with 6 additions and 6 deletions

View File

@ -7,7 +7,7 @@
* LICENSE file that was distributed with this source code.
*/
namespace Flarum\Tests\integration;
namespace Flarum\Testing\integration;
use Carbon\Carbon;
use Dflydev\FigCookies\SetCookie;

View File

@ -7,7 +7,7 @@
* LICENSE file that was distributed with this source code.
*/
namespace Flarum\Tests\integration;
namespace Flarum\Testing\integration;
use Flarum\Foundation\Application;
use Symfony\Component\Console\Application as ConsoleApplication;

View File

@ -7,7 +7,7 @@
* LICENSE file that was distributed with this source code.
*/
namespace Flarum\Tests\integration;
namespace Flarum\Testing\integration;
trait RetrievesAuthorizedUsers
{

View File

@ -7,7 +7,7 @@
* LICENSE file that was distributed with this source code.
*/
namespace Flarum\Tests\integration;
namespace Flarum\Testing\integration;
use Flarum\Extend\ExtenderInterface;
use Flarum\Foundation\Config;

View File

@ -7,7 +7,7 @@
* LICENSE file that was distributed with this source code.
*/
namespace Flarum\Tests\integration;
namespace Flarum\Testing\integration;
use Flarum\Settings\SettingsRepositoryInterface;

View File

@ -7,7 +7,7 @@
* LICENSE file that was distributed with this source code.
*/
namespace Flarum\Tests\unit;
namespace Flarum\Testing\unit;
use Mockery\Adapter\Phpunit\MockeryPHPUnitIntegration;