Loading core/modules/migrate/tests/src/Unit/RowTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -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); } /** Loading Loading
core/modules/migrate/tests/src/Unit/RowTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -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); } /** Loading