mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
18 lines
330 B
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
|
|
}
|