mirror of
https://github.com/appwrite/appwrite
synced 2026-05-06 06:48:22 +00:00
11 lines
159 B
PHP
11 lines
159 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
namespace Tests\Benchmarks\Services\Databases;
|
||
|
|
|
||
|
|
use Tests\E2E\Scopes\SideClient;
|
||
|
|
|
||
|
|
class DatabasesCustomClientBench extends Base
|
||
|
|
{
|
||
|
|
use SideClient;
|
||
|
|
}
|