2024-10-30 05:23:24 +00:00
|
|
|
<?php
|
|
|
|
|
|
|
|
|
|
namespace Tests\E2E\Services\Migrations;
|
|
|
|
|
|
|
|
|
|
use Tests\E2E\Scopes\Scope;
|
|
|
|
|
use Tests\E2E\Scopes\SideConsole;
|
|
|
|
|
|
|
|
|
|
class MigrationsConsoleClientTest extends Scope
|
|
|
|
|
{
|
|
|
|
|
use MigrationsBase;
|
|
|
|
|
use SideConsole;
|
2024-10-30 05:27:25 +00:00
|
|
|
}
|