Skip to content

Commit

Permalink
Code checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
webeweb committed Nov 27, 2019
1 parent 9c08b11 commit 92fd320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Normalizer/ResponseNormalizerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public function testDenormalizeImageHit() {
$this->assertEquals(195893, $res->getId());
$this->assertEquals(2250, $res->getImageHeight());
$this->assertEquals(4731420, $res->getImageSize());
$this->ASsertequals("https://pixabay.com/get/ed6a9364a9fd0a76647.jpg", $res->getImageURL());
$this->assertequals("https://pixabay.com/get/ed6a9364a9fd0a76647.jpg", $res->getImageURL());
$this->assertEquals(4000, $res->getImageWidth());
$this->assertEquals("https://pixabay.com/get/ed6a99fd0a76647_1280.jpg", $res->getLargeImageURL());
$this->assertEquals(5, $res->getLikes());
Expand Down

0 comments on commit 92fd320

Please sign in to comment.