mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Update EnvTest.php
This commit is contained in:
@@ -14,7 +14,7 @@ class EnvTest extends TestCase
|
||||
protected $object = null;
|
||||
|
||||
|
||||
public function setUp()
|
||||
public function setUp(): void
|
||||
{
|
||||
$data = @file_get_contents(__DIR__.'/../../resources/docker/.env');
|
||||
|
||||
@@ -25,7 +25,7 @@ class EnvTest extends TestCase
|
||||
$this->object = new Env($data);
|
||||
}
|
||||
|
||||
public function tearDown()
|
||||
public function tearDown(): void
|
||||
{
|
||||
}
|
||||
|
||||
@@ -46,4 +46,4 @@ _APP_Y=value2
|
||||
_APP_Z=value3
|
||||
", $this->object->export());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user