1
0
Fork 0
mirror of synced 2024-10-05 04:34:58 +13:00
appwrite/tests/benchmarks/Services/Functions/FunctionsCustomClientBench.php

11 lines
159 B
PHP
Raw Normal View History

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