mirror of
https://github.com/appwrite/appwrite
synced 2026-05-06 06:48:22 +00:00
10 lines
155 B
PHP
10 lines
155 B
PHP
<?php
|
|
|
|
namespace Tests\Benchmarks\Services\Storage;
|
|
|
|
use Tests\E2E\Scopes\SideServer;
|
|
|
|
class StorageCustomServerBench extends Base
|
|
{
|
|
use SideServer;
|
|
}
|