Files
appwrite/tests/e2e/Services/Project/MockPhonesCustomServerTest.php
2026-04-22 12:01:42 +02:00

15 lines
262 B
PHP

<?php
namespace Tests\E2E\Services\Project;
use Tests\E2E\Scopes\ProjectCustom;
use Tests\E2E\Scopes\Scope;
use Tests\E2E\Scopes\SideServer;
class MockPhonesCustomServerTest extends Scope
{
use MockPhonesBase;
use ProjectCustom;
use SideServer;
}