@@ -27,8 +27,8 @@ class VirtualTest extends TestCase
27
27
* Test get existing staging theme.
28
28
*
29
29
* @return void
30
- * @covers Virtual::__construct
31
- * @covers Virtual::getStagingTheme
30
+ * @covers \Magento\Theme\Model\Theme\Domain\ Virtual::__construct
31
+ * @covers \Magento\Theme\Model\Theme\Domain\ Virtual::getStagingTheme
32
32
*/
33
33
public function testGetStagingThemeExisting (): void
34
34
{
@@ -59,8 +59,8 @@ public function testGetStagingThemeExisting(): void
59
59
* Test creating staging theme.
60
60
*
61
61
* @return void
62
- * @covers Virtual::_createStagingTheme
63
- * @covers Virtual::getStagingTheme
62
+ * @covers \Magento\Theme\Model\Theme\Domain\ Virtual::_createStagingTheme
63
+ * @covers \Magento\Theme\Model\Theme\Domain\ Virtual::getStagingTheme
64
64
*/
65
65
public function testGetStagingThemeNew (): void
66
66
{
@@ -120,7 +120,7 @@ public function testGetStagingThemeNew(): void
120
120
* Test for is assigned method
121
121
*
122
122
* @return void
123
- * @covers Virtual::isAssigned
123
+ * @covers \Magento\Theme\Model\Theme\Domain\ Virtual::isAssigned
124
124
*/
125
125
public function testIsAssigned (): void
126
126
{
@@ -171,7 +171,7 @@ public function physicalThemeDataProvider(): array
171
171
* @test
172
172
* @return void
173
173
* @dataProvider physicalThemeDataProvider
174
- * @covers Virtual::getPhysicalTheme
174
+ * @covers \Magento\Theme\Model\Theme\Domain\ Virtual::getPhysicalTheme
175
175
*/
176
176
public function testGetPhysicalTheme ($ data ): void
177
177
{
0 commit comments