MDL-62514 behat: Remove potentially conflicting names from description

This commit is contained in:
Andrew Nicols
2019-01-30 08:26:18 +08:00
parent e809dc3394
commit f24c46b406
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -340,7 +340,7 @@ EOD;
}
if (!isset($record['description'])) {
$record['description'] = "Test cohort $i\n$this->loremipsum";
$record['description'] = "Description for '{$record['name']}' \n$this->loremipsum";
}
if (!isset($record['descriptionformat'])) {