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. * LICENSE file that was distributed with this source code.
*/ */
namespace Flarum\Tests\integration; namespace Flarum\Testing\integration;
use Carbon\Carbon; use Carbon\Carbon;
use Dflydev\FigCookies\SetCookie; use Dflydev\FigCookies\SetCookie;

View File

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

View File

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

View File

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

View File

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

View File

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