diff --git a/app/code/Magento/Review/Test/Unit/Block/FormTest.php b/app/code/Magento/Review/Test/Unit/Block/FormTest.php index c806cc6f2452b2c3f73e5018c0e598a7a44b4f5f..b237ddc28be2ec8e4316e7bb988d4cce24f1218a 100644 --- a/app/code/Magento/Review/Test/Unit/Block/FormTest.php +++ b/app/code/Magento/Review/Test/Unit/Block/FormTest.php @@ -122,7 +122,7 @@ class FormTest extends \PHPUnit_Framework_TestCase ->method('isSecure') ->willReturn($isSecure); - $this->assertEquals($actionUrl . '/id/' . $productId , $this->object->getAction()); + $this->assertEquals($actionUrl . '/id/' . $productId, $this->object->getAction()); } public function getActionDataProvider() diff --git a/app/code/Magento/Review/Test/Unit/Block/Product/ReviewTest.php b/app/code/Magento/Review/Test/Unit/Block/Product/ReviewTest.php index d43824ac167a88bd86304c1982822c782042eaae..2ed841081169cfda04fbeb58a7f2f4e443bb7b26 100644 --- a/app/code/Magento/Review/Test/Unit/Block/Product/ReviewTest.php +++ b/app/code/Magento/Review/Test/Unit/Block/Product/ReviewTest.php @@ -198,7 +198,7 @@ class ReviewTest extends \PHPUnit_Framework_TestCase ->method('isSecure') ->willReturn($isSecure); - $this->assertEquals($actionUrl . '/id/' . $productId , $this->block->getProductReviewUrl()); + $this->assertEquals($actionUrl . '/id/' . $productId, $this->block->getProductReviewUrl()); } public function getProductReviewUrlDataProvider()