Issue #3170972 by shetpooja04, quietone: Remove unused variable $iterator in MigrateExecutableTest.php, migrate module

merge-requests/25/head
catch 2020-09-25 09:29:37 +01:00
parent a14e48a157
commit a5cb5e41ef
1 changed files with 1 additions and 1 deletions

View File

@ -478,7 +478,7 @@ class MigrateExecutableTest extends MigrateTestCase {
* The mocked migration source.
*/
protected function getMockSource() {
$iterator = $this->createMock('\Iterator');
$this->createMock('\Iterator');
$class = 'Drupal\migrate\Plugin\migrate\source\SourcePluginBase';
$source = $this->getMockBuilder($class)