From 5c641d0dca3324019128efa483f8a60ce5aedbee Mon Sep 17 00:00:00 2001 From: Venkata Uppalapati <vuppalapati@magento.com> Date: Tue, 27 Dec 2016 13:40:36 -0600 Subject: [PATCH] MAGETWO-59785: Incorrect URLs in sitemap when generated from admin with 'Use Secure URLs in Admin' = Yes Removed multiple empty lines in a row. --- app/code/Magento/Sitemap/Test/Unit/Model/SitemapTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/code/Magento/Sitemap/Test/Unit/Model/SitemapTest.php b/app/code/Magento/Sitemap/Test/Unit/Model/SitemapTest.php index 6affe7a93b3..297161fb9fd 100644 --- a/app/code/Magento/Sitemap/Test/Unit/Model/SitemapTest.php +++ b/app/code/Magento/Sitemap/Test/Unit/Model/SitemapTest.php @@ -647,7 +647,6 @@ class SitemapTest extends \PHPUnit_Framework_TestCase ['getStore'] )->getMockForAbstractClass(); - $objectManager = new \Magento\Framework\TestFramework\Unit\Helper\ObjectManager($this); $constructArguments = $objectManager->getConstructArguments( \Magento\Sitemap\Model\Sitemap::class, -- GitLab