1
0
Fork 0
mirror of synced 2024-10-02 02:07:04 +13:00
appwrite/tests/e2e/Services/Webhooks/WebhooksCustomClientTest.php
2020-11-20 14:35:16 +02:00

14 lines
No EOL
258 B
PHP

<?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;
}