mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Merge remote-tracking branch 'origin/refactor-usage-sn' into feat-isolation-modes
# Conflicts: # .gitignore # app/cli.php # app/controllers/api/account.php # app/controllers/api/databases.php # app/controllers/api/projects.php # app/controllers/general.php # app/controllers/shared/api.php # app/init.php # app/realtime.php # app/worker.php # composer.json # composer.lock # src/Appwrite/Platform/Tasks/DeleteOrphanedProjects.php # src/Appwrite/Platform/Tasks/GetMigrationStats.php # src/Appwrite/Platform/Workers/Databases.php # src/Appwrite/Platform/Workers/Deletes.php # src/Appwrite/Platform/Workers/Hamster.php # tests/e2e/General/HTTPTest.php # tests/e2e/Services/Databases/DatabasesCustomServerTest.php # tests/e2e/Services/Projects/ProjectsConsoleClientTest.php
This commit is contained in:
@@ -2,10 +2,9 @@
|
||||
|
||||
namespace Tests\E2E\Services\Projects;
|
||||
|
||||
use Tests\E2E\Scopes\Scope;
|
||||
use Tests\E2E\Scopes\ProjectCustom;
|
||||
use Tests\E2E\Scopes\Scope;
|
||||
use Tests\E2E\Scopes\SideClient;
|
||||
use Tests\E2E\Client;
|
||||
|
||||
class ProjectsCustomClientTest extends Scope
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user