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

14 lines
258 B
PHP
Raw Normal View History

2020-11-20 12:35:16 +00:00
<?php
namespace Tests\E2E\Services\Webhooks;
use Tests\E2E\Scopes\Scope;
use Tests\E2E\Scopes\ProjectCustom;
use Tests\E2E\Scopes\SideClient;
class WebhooksCustomClientTest extends Scope
{
use WebhooksBase;
use ProjectCustom;
use SideClient;
}