Issue #2080561 by mrsinguyen: Remove Unused local variable from /core/modules/dblog/lib/Drupal/dblog/Tests/DbLogTest.php.

8.0.x
Alex Pott 2013-09-29 17:03:28 +02:00
parent b072871ddd
commit ef02f36a8a
1 changed files with 1 additions and 1 deletions

View File

@ -493,7 +493,7 @@ class DbLogTest extends WebTestBase {
// Set the filter to match each of the two filter-type attributes and
// confirm the correct number of entries are displayed.
foreach ($types as $key => $type) {
foreach ($types as $type) {
$edit = array(
'type[]' => array($type['type']),
'severity[]' => array($type['severity']),