In the setUp function of WebTestBase class of the simple test module, I found that $language_interface variable isn't being used. We should remove it.
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | 1788588-remove_unused_variables_webtestcase-6.patch | 650 bytes | pcambra |
| #1 | 1788588-remove_unused_variables_webtestcase-1.patch | 944 bytes | pcambra |
Comments
Comment #1
pcambraThey don't seem to be used, let's see what the testbot thinks
Comment #2
bleen commentedlooks good
Comment #3
dries commentedPatch no longer applies. Moving to needs work and applying for a re-test just in case.
Comment #4
dries commented#1: 1788588-remove_unused_variables_webtestcase-1.patch queued for re-testing.
Comment #6
pcambraIt seems that the second reference to the unused variable was removed somewhere else.
Comment #7
berdirYes, let's remove this. Tests would have failed if it would be used anywhere or have a side effect that's required.
Comment #8
dries commentedCommitted to 8.x. Thanks for the quick reroll.