Files
appwrite/tests/e2e/Services/Webhooks/WebhooksCustomServerTest.php
T
2026-03-17 11:03:18 +01:00

15 lines
259 B
PHP

<?php
namespace Tests\E2E\Services\Webhooks;
use Tests\E2E\Scopes\ProjectCustom;
use Tests\E2E\Scopes\Scope;
use Tests\E2E\Scopes\SideServer;
class WebhooksCustomServerTest extends Scope
{
use WebhooksBase;
use ProjectCustom;
use SideServer;
}