1
0
Fork 0
mirror of synced 2024-07-03 05:31:38 +12:00
appwrite/tests/e2e/Services/Health/HealthConsoleClientTest.php
2020-01-12 17:20:51 +02:00

14 lines
255 B
PHP

<?php
namespace Tests\E2E\Services\Health;
use Tests\E2E\Scopes\Scope;
use Tests\E2E\Scopes\ProjectConsole;
use Tests\E2E\Scopes\SideClient;
class HealthConsoleClientTest extends Scope
{
use HealthBase;
use ProjectConsole;
use SideClient;
}