fix:added to prevbent unit test failure

This commit is contained in:
Harsh Mahajan
2025-07-25 19:24:58 +05:30
parent ee2b452507
commit 6ff95c8a13
3 changed files with 3 additions and 2 deletions
@@ -11,6 +11,7 @@ class AppwriteNetworkDomainTest extends TestCase
public function setUp(): void
{
putenv('_APP_DOMAIN_SITES=.appwrite.network');
$this->validator = new AppwriteNetworkDomain();
}