We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32e2e4d commit b11c7e7Copy full SHA for b11c7e7
lib/internal/Magento/Framework/View/Test/Unit/Page/ConfigTest.php
@@ -13,7 +13,7 @@
13
use Magento\Framework\View\Page\Config;
14
15
/**
16
- * @covers Magento\Framework\View\Page\Config
+ * @covers \Magento\Framework\View\Page\Config
17
*
18
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
19
*/
@@ -139,6 +139,7 @@ public function testMetadata()
139
'description' => null,
140
'keywords' => null,
141
'robots' => null,
142
+ 'title' => null,
143
'name' => 'test_value',
144
'html_encoded' => '<title><span class="test">Test</span></title>',
145
];
0 commit comments