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

11 lines
155 B
PHP
Raw Normal View History

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