Files
appwrite/tests/e2e/Services/Payments/PaymentsCustomClientTest.php

18 lines
330 B
PHP

<?php
namespace Tests\E2E\Services\Payments;
use Tests\E2E\Client;
use Tests\E2E\Scopes\ProjectCustom;
use Tests\E2E\Scopes\Scope;
use Tests\E2E\Scopes\SideClient;
class PaymentsCustomClientTest extends Scope
{
use PaymentsBase;
use ProjectCustom;
use SideClient;
// Add test methods for custom client tests
}