Skip to content

Commit

Permalink
Fix whitespace on end of line
Browse files Browse the repository at this point in the history
  • Loading branch information
sambolek committed Jun 18, 2017
1 parent a709114 commit 1a7fb83
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ class ProductTest extends \PHPUnit_Framework_TestCase
/**
* Base product image path
*/
const BASE_IMAGE_PATH = 'http://localhost/pub/media/catalog/product/cache/c9e0b0ef589f3508e5ba515cde53c5ff';

const BASE_IMAGE_PATH = 'http://localhost/pub/media/catalog/product/cache/c9e0b0ef589f3508e5ba515cde53c5ff';
/**
* Test getCollection None images
* 1) Check that image attributes were not loaded
Expand Down Expand Up @@ -190,4 +190,3 @@ protected function _checkProductCollection(array $products, $expectedCount, arra
}
}
}

0 comments on commit 1a7fb83

Please sign in to comment.