appwrite/tests/e2e/Services/Project/MockPhonesCustomServerTest.php

15 lines
262 B
PHP
Raw Permalink Normal View History

2026-04-22 10:01:42 +00:00
<?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;
}