Issue #2464097 by joshi.rohit100: Add leading backslash to the test classes on the simpletest UI

8.0.x
Alex Pott 2015-04-09 15:39:05 +01:00
parent 062db2b1aa
commit 2c889842a2
1 changed files with 1 additions and 1 deletions

View File

@ -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'),
),