1
0
Fork 0
mirror of synced 2024-06-14 00:34:51 +12:00
appwrite/tests/benchmarks/Services/Functions/FunctionsCustomClientBench.php
2022-12-15 19:38:25 +02:00

11 lines
159 B
PHP

<?php
namespace Tests\Benchmarks\Services\Functions;
use Tests\E2E\Scopes\SideClient;
class FunctionsCustomClientBench extends Base
{
use SideClient;
}