1
0
Fork 0
mirror of synced 2024-06-25 17:50:38 +12:00

Updated Tests

This commit is contained in:
Eldad Fux 2020-06-07 09:00:14 +03:00
parent e759f382b7
commit c17859a252

View file

@ -6,12 +6,13 @@ use Tests\E2E\Client;
use Tests\E2E\Scopes\Scope; use Tests\E2E\Scopes\Scope;
use Tests\E2E\Scopes\ProjectCustom; use Tests\E2E\Scopes\ProjectCustom;
use Tests\E2E\Scopes\SideClient; use Tests\E2E\Scopes\SideClient;
use Tests\E2E\Scopes\SideServer;
class HealthCustomClientTest extends Scope class HealthCustomClientTest extends Scope
{ {
use HealthBase; use HealthBase;
use ProjectCustom; use ProjectCustom;
use SideClient; use SideServer;
public function testHTTPSuccess():array public function testHTTPSuccess():array
{ {