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

17 lines
306 B
PHP

<?php
namespace Tests\E2E\Services\Payments;
use Tests\E2E\Scopes\ProjectCustom;
use Tests\E2E\Scopes\Scope;
use Tests\E2E\Scopes\SideServer;
class PaymentsCustomServerTest extends Scope
{
use PaymentsBase;
use ProjectCustom;
use SideServer;
// Add test methods for server-side tests
}