1
0
Fork 0
mirror of synced 2024-06-01 10:29:48 +12:00

fix missing import

This commit is contained in:
Damodar Lohani 2022-10-16 01:47:38 +00:00
parent f27ccf4212
commit c635846dba

View file

@ -10,6 +10,7 @@ use Utopia\Database\Role;
use Utopia\Database\Validator\Authorization;
use PHPUnit\Framework\TestCase;
use Utopia\Database\Database;
use Utopia\Database\Validator\Roles;
class AuthTest extends TestCase
{