appwrite/tests/e2e/Services/GraphQL/GraphQLDatabaseClientTest.php
Jake Barnby 61035a98a6 Format
2022-07-06 15:51:37 +12:00

14 lines
258 B
PHP

<?php
namespace Tests\E2E\Services\GraphQL;
use Tests\E2E\Scopes\ProjectCustom;
use Tests\E2E\Scopes\Scope;
use Tests\E2E\Scopes\SideClient;
class GraphQLDatabaseClientTest extends Scope
{
use ProjectCustom;
use SideClient;
use GraphQLBase;
}