From c17859a252aa216065eb6c3b3f6f5125fac5f8aa Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Sun, 7 Jun 2020 09:00:14 +0300 Subject: [PATCH] Updated Tests --- .../{HealthCustomClientTest.php => HealthCustomServerTest.php} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename tests/e2e/Services/Health/{HealthCustomClientTest.php => HealthCustomServerTest.php} (99%) diff --git a/tests/e2e/Services/Health/HealthCustomClientTest.php b/tests/e2e/Services/Health/HealthCustomServerTest.php similarity index 99% rename from tests/e2e/Services/Health/HealthCustomClientTest.php rename to tests/e2e/Services/Health/HealthCustomServerTest.php index cd03385e3..bf55b41a3 100644 --- a/tests/e2e/Services/Health/HealthCustomClientTest.php +++ b/tests/e2e/Services/Health/HealthCustomServerTest.php @@ -6,12 +6,13 @@ use Tests\E2E\Client; use Tests\E2E\Scopes\Scope; use Tests\E2E\Scopes\ProjectCustom; use Tests\E2E\Scopes\SideClient; +use Tests\E2E\Scopes\SideServer; class HealthCustomClientTest extends Scope { use HealthBase; use ProjectCustom; - use SideClient; + use SideServer; public function testHTTPSuccess():array {