MDL-62514 behat: Remove potentially conflicting names from description
This commit is contained in:
@@ -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'])) {
|
||||
|
||||
Reference in New Issue
Block a user