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

15 lines
262 B
PHP

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