Issue #2080561 by mrsinguyen: Remove Unused local variable from /core/modules/dblog/lib/Drupal/dblog/Tests/DbLogTest.php.
parent
b072871ddd
commit
ef02f36a8a
|
@ -493,7 +493,7 @@ class DbLogTest extends WebTestBase {
|
||||||
|
|
||||||
// Set the filter to match each of the two filter-type attributes and
|
// Set the filter to match each of the two filter-type attributes and
|
||||||
// confirm the correct number of entries are displayed.
|
// confirm the correct number of entries are displayed.
|
||||||
foreach ($types as $key => $type) {
|
foreach ($types as $type) {
|
||||||
$edit = array(
|
$edit = array(
|
||||||
'type[]' => array($type['type']),
|
'type[]' => array($type['type']),
|
||||||
'severity[]' => array($type['severity']),
|
'severity[]' => array($type['severity']),
|
||||||
|
|
Loading…
Reference in New Issue