1
0
Fork 0
mirror of synced 2024-09-29 08:51:28 +13:00

Merge branch 'master' of github.com:appwrite/appwrite into team-features

This commit is contained in:
Eldad Fux 2020-06-07 09:23:12 +03:00
commit b61950cbc6
2 changed files with 3 additions and 1 deletions

View file

@ -75,6 +75,7 @@ trait ProjectCustom
'files.write',
'locale.read',
'avatars.read',
'health.read',
],
]);

View file

@ -6,12 +6,13 @@ use Tests\E2E\Client;
use Tests\E2E\Scopes\Scope;
use Tests\E2E\Scopes\ProjectCustom;
use Tests\E2E\Scopes\SideClient;
use Tests\E2E\Scopes\SideServer;
class HealthCustomClientTest extends Scope
{
use HealthBase;
use ProjectCustom;
use SideClient;
use SideServer;
public function testHTTPSuccess():array
{