appwrite/tests/e2e/Services/Database/DatabaseCustomClientTest.php

14 lines
258 B
PHP
Raw Normal View History

2020-01-13 08:46:09 +00:00
<?php
namespace Tests\E2E\Services\Database;
use Tests\E2E\Scopes\Scope;
use Tests\E2E\Scopes\ProjectCustom;
use Tests\E2E\Scopes\SideClient;
class DatabaseCustomClientTest extends Scope
{
use DatabaseBase;
use ProjectCustom;
use SideClient;
}