appwrite/tests/e2e/Services/Migrations/MigrationsConsoleClientTest.php

13 lines
209 B
PHP
Raw Normal View History

<?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
}