Issue #3170972 by shetpooja04, quietone: Remove unused variable $iterator in MigrateExecutableTest.php, migrate module
parent
a14e48a157
commit
a5cb5e41ef
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue