Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
2c889842
Commit
2c889842
authored
Apr 09, 2015
by
alexpott
Browse files
Issue
#2464097
by joshi.rohit100: Add leading backslash to the test classes on the simpletest UI
parent
062db2b1
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/modules/simpletest/src/Form/SimpletestTestForm.php
View file @
2c889842
...
...
@@ -144,7 +144,7 @@ public function buildForm(array $form, FormStateInterface $form_state) {
);
$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'
),
),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment