1
0
Fork 0
mirror of synced 2024-07-01 12:40:34 +12:00
appwrite/tests/e2e/Services/Health/HealthCustomClientTest.php

14 lines
252 B
PHP
Raw Normal View History

2020-01-13 04:20:51 +13:00
<?php
namespace Tests\E2E\Services\Health;
use Tests\E2E\Scopes\Scope;
use Tests\E2E\Scopes\ProjectCustom;
use Tests\E2E\Scopes\SideClient;
class HealthCustomClientTest extends Scope
{
use HealthBase;
use ProjectCustom;
use SideClient;
}