From 61035a98a6132be4f35d107fc00cb49c9bab692f Mon Sep 17 00:00:00 2001 From: Jake Barnby Date: Wed, 6 Jul 2022 15:51:37 +1200 Subject: [PATCH] Format --- tests/e2e/Services/GraphQL/GraphQLAvatarsTest.php | 3 +-- tests/e2e/Services/GraphQL/GraphQLClientTest.php | 5 +---- tests/e2e/Services/GraphQL/GraphQLDatabaseClientTest.php | 4 +--- tests/e2e/Services/GraphQL/GraphQLFunctionsClientTest.php | 3 +-- tests/e2e/Services/GraphQL/GraphQLFunctionsServerTest.php | 3 +-- tests/e2e/Services/GraphQL/GraphQLHealthTest.php | 3 +-- tests/e2e/Services/GraphQL/GraphQLLocalizationTest.php | 3 +-- tests/e2e/Services/GraphQL/GraphQLServerTest.php | 6 ++---- tests/e2e/Services/GraphQL/GraphQLStorageServerTest.php | 2 +- tests/e2e/Services/GraphQL/GraphQLTeamsClientTest.php | 2 +- 10 files changed, 11 insertions(+), 23 deletions(-) diff --git a/tests/e2e/Services/GraphQL/GraphQLAvatarsTest.php b/tests/e2e/Services/GraphQL/GraphQLAvatarsTest.php index 1007dd1ff1..ef3dd095af 100644 --- a/tests/e2e/Services/GraphQL/GraphQLAvatarsTest.php +++ b/tests/e2e/Services/GraphQL/GraphQLAvatarsTest.php @@ -5,7 +5,6 @@ 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 GraphQLAvatarsTest extends Scope @@ -160,4 +159,4 @@ class GraphQLAvatarsTest extends Scope return $initials['body']; } -} \ No newline at end of file +} diff --git a/tests/e2e/Services/GraphQL/GraphQLClientTest.php b/tests/e2e/Services/GraphQL/GraphQLClientTest.php index 16cef6dabd..3a2d9ed8c8 100644 --- a/tests/e2e/Services/GraphQL/GraphQLClientTest.php +++ b/tests/e2e/Services/GraphQL/GraphQLClientTest.php @@ -2,12 +2,10 @@ namespace Tests\E2E\Services\GraphQL; -use Tests\E2E\Client; use Tests\E2E\Scopes\ProjectCustom; use Tests\E2E\Scopes\Scope; use Tests\E2E\Scopes\SideClient; - class GraphQLClientTest extends Scope { use ProjectCustom; @@ -437,5 +435,4 @@ class GraphQLClientTest extends Scope // $this->assertEquals(true, $updatedMembership['confirm']); // // } - -} \ No newline at end of file +} diff --git a/tests/e2e/Services/GraphQL/GraphQLDatabaseClientTest.php b/tests/e2e/Services/GraphQL/GraphQLDatabaseClientTest.php index 158b5e7db9..c8a4fef658 100644 --- a/tests/e2e/Services/GraphQL/GraphQLDatabaseClientTest.php +++ b/tests/e2e/Services/GraphQL/GraphQLDatabaseClientTest.php @@ -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; -} \ No newline at end of file +} diff --git a/tests/e2e/Services/GraphQL/GraphQLFunctionsClientTest.php b/tests/e2e/Services/GraphQL/GraphQLFunctionsClientTest.php index 03173c1745..7c5dd1add3 100644 --- a/tests/e2e/Services/GraphQL/GraphQLFunctionsClientTest.php +++ b/tests/e2e/Services/GraphQL/GraphQLFunctionsClientTest.php @@ -6,7 +6,6 @@ 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 GraphQLFunctionsClientTest extends Scope { @@ -208,4 +207,4 @@ class GraphQLFunctionsClientTest extends Scope return $execution; } -} \ No newline at end of file +} diff --git a/tests/e2e/Services/GraphQL/GraphQLFunctionsServerTest.php b/tests/e2e/Services/GraphQL/GraphQLFunctionsServerTest.php index 8a658d72ad..981bba867e 100644 --- a/tests/e2e/Services/GraphQL/GraphQLFunctionsServerTest.php +++ b/tests/e2e/Services/GraphQL/GraphQLFunctionsServerTest.php @@ -5,7 +5,6 @@ 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 GraphQLFunctionsServerTest extends Scope @@ -398,4 +397,4 @@ class GraphQLFunctionsServerTest extends Scope $this->assertEquals(204, $response['headers']['status-code']); } -} \ No newline at end of file +} diff --git a/tests/e2e/Services/GraphQL/GraphQLHealthTest.php b/tests/e2e/Services/GraphQL/GraphQLHealthTest.php index 9e51aaadd0..a43401d33c 100644 --- a/tests/e2e/Services/GraphQL/GraphQLHealthTest.php +++ b/tests/e2e/Services/GraphQL/GraphQLHealthTest.php @@ -5,7 +5,6 @@ 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 GraphQLHealthTest extends Scope @@ -223,4 +222,4 @@ class GraphQLHealthTest extends Scope return $antiVirusHealth; } -} \ No newline at end of file +} diff --git a/tests/e2e/Services/GraphQL/GraphQLLocalizationTest.php b/tests/e2e/Services/GraphQL/GraphQLLocalizationTest.php index 0cc22f6e85..937361b78f 100644 --- a/tests/e2e/Services/GraphQL/GraphQLLocalizationTest.php +++ b/tests/e2e/Services/GraphQL/GraphQLLocalizationTest.php @@ -5,7 +5,6 @@ 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 GraphQLLocalizationTest extends Scope @@ -166,4 +165,4 @@ class GraphQLLocalizationTest extends Scope return $languages; } -} \ No newline at end of file +} diff --git a/tests/e2e/Services/GraphQL/GraphQLServerTest.php b/tests/e2e/Services/GraphQL/GraphQLServerTest.php index 14d9788881..19f1bd274e 100644 --- a/tests/e2e/Services/GraphQL/GraphQLServerTest.php +++ b/tests/e2e/Services/GraphQL/GraphQLServerTest.php @@ -2,17 +2,16 @@ namespace Tests\E2E\Services\GraphQL; -use Tests\E2E\Client; use Tests\E2E\Scopes\ProjectCustom; use Tests\E2E\Scopes\Scope; use Tests\E2E\Scopes\SideServer; - class GraphQLServerTest extends Scope { use ProjectCustom; use SideServer; use GraphQLBase; + // // public function testScopeBasedAuth() // { @@ -58,5 +57,4 @@ class GraphQLServerTest extends Scope // $this->assertIsArray($countries['body']['data']); // $this->assertNull($countries['body']['data']['localeGetCountries']); // } - -} \ No newline at end of file +} diff --git a/tests/e2e/Services/GraphQL/GraphQLStorageServerTest.php b/tests/e2e/Services/GraphQL/GraphQLStorageServerTest.php index 69d09fb177..7ab8b57d13 100644 --- a/tests/e2e/Services/GraphQL/GraphQLStorageServerTest.php +++ b/tests/e2e/Services/GraphQL/GraphQLStorageServerTest.php @@ -395,4 +395,4 @@ class GraphQLStorageServerTest extends Scope $this->assertEquals(204, $file['headers']['status-code']); } -} \ No newline at end of file +} diff --git a/tests/e2e/Services/GraphQL/GraphQLTeamsClientTest.php b/tests/e2e/Services/GraphQL/GraphQLTeamsClientTest.php index 3bd1ec87fe..a663bb039e 100644 --- a/tests/e2e/Services/GraphQL/GraphQLTeamsClientTest.php +++ b/tests/e2e/Services/GraphQL/GraphQLTeamsClientTest.php @@ -185,4 +185,4 @@ class GraphQLTeamsClientTest extends Scope $this->assertEquals(200, $team['headers']['status-code']); } -} \ No newline at end of file +}