Skip to content

Commit

Permalink
Correcting code to conform with static code testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Robie committed Oct 11, 2017
1 parent 0f1b58f commit 7f44e66
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ public function testGetGalleryImagesJsonWithoutLabel()
$json = $this->model->getGalleryImagesJson();
$decodedJson = json_decode($json, true);
$this->assertEquals('test_product_name', $decodedJson[0]['caption']);

}

private function prepareGetGalleryImagesJsonMocks($hasLabel = true)
Expand Down

0 comments on commit 7f44e66

Please sign in to comment.