This commit is contained in:
Jake Barnby
2022-07-06 15:51:37 +12:00
parent 96e86f6e4e
commit 61035a98a6
10 changed files with 11 additions and 23 deletions
@@ -2,15 +2,13 @@
namespace Tests\E2E\Services\GraphQL;
use Tests\E2E\Client;
use Tests\E2E\Scopes\ProjectCustom;
use Tests\E2E\Scopes\Scope;
use Tests\E2E\Scopes\SideClient;
use Tests\E2E\Scopes\SideServer;
class GraphQLDatabaseClientTest extends Scope
{
use ProjectCustom;
use SideClient;
use GraphQLBase;
}
}