mirror of
https://github.com/appwrite/appwrite
synced 2026-05-17 05:58:31 +00:00
9 lines
No EOL
105 B
PHP
9 lines
No EOL
105 B
PHP
<?php
|
|
|
|
namespace Tests\E2E;
|
|
|
|
use Tests\E2E\Scopes\Scope;
|
|
|
|
class AccountServerClientTest extends Scope
|
|
{
|
|
} |