Skip to content

Commit 94452f7

Browse files
slackerzzronak2ram
authored andcommitted
Update unit test
1 parent 082aea7 commit 94452f7

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
*/
@@ -137,6 +137,7 @@ public function testMetadata()
137137
'description' => null,
138138
'keywords' => null,
139139
'robots' => null,
140+
'title' => null,
140141
'name' => 'test_value',
141142
'html_encoded' => '<title><span class="test">Test</span></title>',
142143
];

0 commit comments

Comments
 (0)