Skip to content

Commit b11c7e7

Browse files
committed
Update unit test
1 parent 32e2e4d commit b11c7e7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/internal/Magento/Framework/View/Test/Unit/Page/ConfigTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
use Magento\Framework\View\Page\Config;
1414

1515
/**
16-
* @covers Magento\Framework\View\Page\Config
16+
* @covers \Magento\Framework\View\Page\Config
1717
*
1818
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
1919
*/
@@ -139,6 +139,7 @@ public function testMetadata()
139139
'description' => null,
140140
'keywords' => null,
141141
'robots' => null,
142+
'title' => null,
142143
'name' => 'test_value',
143144
'html_encoded' => '<title><span class="test">Test</span></title>',
144145
];

0 commit comments

Comments
 (0)