SyncUtilsTest: use nicer test name

refs #839
This commit is contained in:
Thomas Gelf 2017-03-09 11:03:59 +01:00
parent 1b57171583
commit 158ce18302

View File

@ -75,7 +75,7 @@ class SyncUtilsTest extends BaseTestCase
); );
} }
public function testVariables() public function testMultipleVariablesAreBeingReplacedCorrectly()
{ {
$string = '${addresses.entries.lo} and ${addresses.entries.eth0:1} are' $string = '${addresses.entries.lo} and ${addresses.entries.eth0:1} are'
. ' ${This one?.$höüld be}${addressesmissing}'; . ' ${This one?.$höüld be}${addressesmissing}';