Skip to content

Commit d32a7a2

Browse files
committed
MAGETWO-61060: [Backport] - Incorrect URLs in sitemap when generated from admin with 'Use Secure URLs in Admin' = Yes - for 2.0
1 parent d94335a commit d32a7a2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dev/tests/integration/testsuite/Magento/Sitemap/Model/SitemapTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,17 @@
1616
class SitemapTest extends \PHPUnit_Framework_TestCase
1717
{
1818
/**
19-
* @var \Magento\Framework\ObjectManagerInterface.
19+
* @var \Magento\Framework\ObjectManagerInterface
2020
*/
2121
private $objectManager;
2222

2323
/**
24-
* @var \Magento\Sitemap\Model\Sitemap.
24+
* @var \Magento\Sitemap\Model\Sitemap
2525
*/
2626
private $sitemap;
2727

2828
/**
29-
* Remove cached configuration and reinitialize the application.
29+
* Removes cached configuration and reinitialize the application.
3030
*/
3131
private function refreshConfiguration()
3232
{

0 commit comments

Comments
 (0)