Skip to content

Commit 5cc91e1

Browse files
author
Yurii Torbyk
committed
MAGETWO-34198: Unit tests coverage build is broken (Trying to @cover or @use not existing method "\Magento\Cms\Helper\Page::renderPageExtended")
1 parent ba82edc commit 5cc91e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/unit/testsuite/Magento/Theme/Model/ThemeTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ public function isVirtualDataProvider()
108108
* @dataProvider isPhysicalDataProvider
109109
* @param int $type
110110
* @param string $isPhysical
111-
* @covers \Magento\Core\Model\Theme::isPhysical
111+
* @covers \Magento\Theme\Model\Theme::isPhysical
112112
*/
113113
public function testIsPhysical($type, $isPhysical)
114114
{

0 commit comments

Comments
 (0)