1
0
Fork 0
mirror of synced 2024-07-03 13:41:01 +12:00

Fix failing test

This commit is contained in:
Matej Bačo 2022-12-27 09:09:47 +01:00
parent ccc9432219
commit 39cb846ae0

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());
}
}