Issue #2464097 by joshi.rohit100: Add leading backslash to the test classes on the simpletest UI
parent
062db2b1aa
commit
2c889842a2
|
@ -144,7 +144,7 @@ class SimpletestTestForm extends FormBase {
|
|||
);
|
||||
$form['tests'][$class]['title'] = array(
|
||||
'#type' => 'label',
|
||||
'#title' => $info['name'],
|
||||
'#title' => '\\' . $info['name'],
|
||||
'#wrapper_attributes' => array(
|
||||
'class' => array('simpletest-test-label', 'table-filter-text-source'),
|
||||
),
|
||||
|
|
Loading…
Reference in New Issue