Commit f0d27d2f authored by catch's avatar catch
Browse files

Issue #3165191 by shetpooja04, longwave: Unused variable $field_ids in field...

Issue #3165191 by shetpooja04, longwave: Unused variable $field_ids in field module, FieldAttachStorageTest.php
parent 4a7c2054
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -100,7 +100,6 @@ public function testFieldAttachLoadMultiple() {
        'type' => 'test_field',
      ]);
      $field_storage->save();
      $field_ids[$i] = $field_storage->uuid();
      foreach ($field_bundles_map[$i] as $bundle) {
        FieldConfig::create([
          'field_name' => $field_names[$i],