Issue #2080699 by mrsinguyen: Remove Unused local variable $items from /core/modules/aggregator/lib/Drupal/aggregator/Tests/AggregatorTestBase.php.

8.0.x
Nathaniel Catchpole 2013-12-03 14:20:55 +00:00
parent 2c77a334c7
commit 011cd815aa
1 changed files with 0 additions and 1 deletions

View File

@ -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;