appwrite/tests/e2e/Services/GraphQL/GraphQLDatabaseClientTest.php

15 lines
258 B
PHP
Raw Normal View History

2022-06-30 12:00:00 +00:00
<?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;
2022-07-06 03:51:37 +00:00
}