mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Run tests
This commit is contained in:
@@ -19,7 +19,7 @@ abstract class Scope extends TestCase
|
||||
|
||||
protected ?Client $client = null;
|
||||
protected string $endpoint = 'http://appwrite.test/v1';
|
||||
protected string $localhost = 'http://localhost/v1'; // todo: use variable
|
||||
protected string $localhost = 'http://localhost/v1';
|
||||
|
||||
protected function setUp(): void
|
||||
{
|
||||
|
||||
@@ -13,6 +13,7 @@ use Utopia\Database\Helpers\Role;
|
||||
use Utopia\Database\Query;
|
||||
use Utopia\Migration\Resource;
|
||||
use Utopia\Migration\Sources\Appwrite;
|
||||
use Utopia\System\System;
|
||||
|
||||
trait MigrationsBase
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user