1
0
Fork 0
mirror of synced 2024-09-17 01:47:57 +12:00
appwrite/tests/e2e/Services/GraphQL/GraphQLDatabaseClientTest.php

15 lines
258 B
PHP
Raw Normal View History

2022-07-01 00:00:00 +12: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 15:51:37 +12:00
}