1
0
Fork 0
mirror of synced 2024-06-02 19:04:49 +12:00
appwrite/tests/e2e/Services/Storage/StorageCustomServerTest.php
2020-01-12 23:28:26 +02:00

14 lines
255 B
PHP

<?php
namespace Tests\E2E\Services\Storage;
use Tests\E2E\Scopes\ProjectCustom;
use Tests\E2E\Scopes\Scope;
use Tests\E2E\Scopes\SideServer;
class StorageCustomServerTest extends Scope
{
use StorageBase;
use ProjectCustom;
use SideServer;
}