appwrite/tests/e2e/Services/Webhooks/WebhooksCustomServerTest.php

15 lines
259 B
PHP
Raw Permalink Normal View History

2020-11-20 12:35:16 +00:00
<?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;
2021-03-12 21:23:37 +00:00
}