appwrite/tests/benchmarks/Services/Functions/FunctionsCustomClientBench.php

11 lines
159 B
PHP
Raw Normal View History

2022-12-15 17:38:25 +00:00
<?php
namespace Tests\Benchmarks\Services\Functions;
use Tests\E2E\Scopes\SideClient;
class FunctionsCustomClientBench extends Base
{
use SideClient;
}