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

18 lines
334 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\SideConsole;
class PaymentsConsoleClientTest extends Scope
{
use PaymentsBase;
use ProjectCustom;
use SideConsole;
// Add test methods for console client tests
}