mirror of
https://github.com/appwrite/appwrite
synced 2026-04-21 21:47:16 +00:00
14 lines
254 B
PHP
14 lines
254 B
PHP
<?php
|
|
|
|
namespace Tests\E2E\Services\Project;
|
|
|
|
use Tests\E2E\Scopes\ProjectCustom;
|
|
use Tests\E2E\Scopes\Scope;
|
|
use Tests\E2E\Scopes\SideServer;
|
|
|
|
class LabelsCustomServerTest extends Scope
|
|
{
|
|
use LabelsBase;
|
|
use ProjectCustom;
|
|
use SideServer;
|
|
}
|