Issue #2080699 by mrsinguyen: Remove Unused local variable $items from /core/modules/aggregator/lib/Drupal/aggregator/Tests/AggregatorTestBase.php.
parent
2c77a334c7
commit
011cd815aa
|
@ -167,7 +167,6 @@ abstract class AggregatorTestBase extends WebTestBase {
|
|||
|
||||
// Ensure we have the right number of items.
|
||||
$result = db_query('SELECT iid FROM {aggregator_item} WHERE fid = :fid', array(':fid' => $feed->id()));
|
||||
$items = array();
|
||||
$feed->items = array();
|
||||
foreach ($result as $item) {
|
||||
$feed->items[] = $item->iid;
|
||||
|
|
Loading…
Reference in New Issue