Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal-3396710
Manage
Activity
Members
Labels
Plan
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Issue forks
drupal-3396710
Commits
f5bdc0f1
Verified
Commit
f5bdc0f1
authored
2 years ago
by
Alex Pott
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3293215
by longwave: Remove remnants of Simpletest UI
parent
fbc8bd2d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
core/themes/seven/css/base/elements.css
+0
-3
0 additions, 3 deletions
core/themes/seven/css/base/elements.css
core/themes/stable/templates/admin/simpletest-result-summary.html.twig
+0
-20
0 additions, 20 deletions
...table/templates/admin/simpletest-result-summary.html.twig
with
0 additions
and
23 deletions
core/themes/seven/css/base/elements.css
+
0
−
3
View file @
f5bdc0f1
...
...
@@ -30,9 +30,6 @@ summary,
text-transform
:
uppercase
;
font-weight
:
bold
;
}
.simpletest-results-form
summary
{
text-transform
:
none
;
}
/**
* Reusable heading classes are included to help modules change the styling of
...
...
This diff is collapsed.
Click to expand it.
core/themes/stable/templates/admin/simpletest-result-summary.html.twig
deleted
100644 → 0
+
0
−
20
View file @
fbc8bd2d
{#
/**
* @file
* Theme override for simpletest result summaries.
*
* Available variables:
* - label: An optional label to be rendered before the results.
* - items: Pluralized summaries for each result type (number of passes, fails,
* exceptions, and debug messages).
* - pass: The number of passes.
* - fail: The number of fails.
* - exception: The number of exceptions.
* - debug: The number of debug messages.
*
* @see template_preprocess_simpletest_result_summary()
*/
#}
<div
class=
"simpletest-
{{
fail
+
exception
==
0
?
'pass'
:
'fail'
}}
"
>
{{
label
}}
{{
items
|
join
(
', '
)
}}
</div>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment