1
0
Fork 0
mirror of synced 2024-10-03 19:53:33 +13:00
This commit is contained in:
Matej Bačo 2022-12-27 09:15:05 +01:00
parent d63c429d3e
commit a922f7f0e1

View file

@ -37,6 +37,7 @@ class EnvTest extends TestCase
$this->assertEquals("_APP_X=value1
_APP_Y=value2
_APP_Z=value3
_APP_W=value5=
", $this->object->export());
}
}