Commit 985ac676 authored by catch's avatar catch
Browse files

Issue #3171755 by shetpooja04, Pooja Ganjage, quietone: Remove unused variable...

Issue #3171755 by shetpooja04, Pooja Ganjage, quietone: Remove unused variable $row in RowTest.php, migrate module
parent 83fccedf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -116,7 +116,7 @@ public function testRowWithInvalidData() {
      'title' => 'node X',
    ];
    $this->expectException(\Exception::class);
    $row = new Row($invalid_values, $this->testSourceIds);
    new Row($invalid_values, $this->testSourceIds);
  }

  /**