WIP database service tests

This commit is contained in:
Jake Barnby
2022-07-01 00:00:00 +12:00
parent ee9e204410
commit b61764693f
6 changed files with 624 additions and 225 deletions
@@ -0,0 +1,16 @@
<?php
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;
}