Skip to content

Commit 2be00e8

Browse files
committed
CE-33707: Fixed static-tests
1 parent 3140665 commit 2be00e8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

app/code/Magento/Theme/Test/Unit/Model/Theme/Domain/VirtualTest.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ class VirtualTest extends TestCase
2727
* Test get existing staging theme.
2828
*
2929
* @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
3232
*/
3333
public function testGetStagingThemeExisting(): void
3434
{
@@ -59,8 +59,8 @@ public function testGetStagingThemeExisting(): void
5959
* Test creating staging theme.
6060
*
6161
* @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
6464
*/
6565
public function testGetStagingThemeNew(): void
6666
{
@@ -120,7 +120,7 @@ public function testGetStagingThemeNew(): void
120120
* Test for is assigned method
121121
*
122122
* @return void
123-
* @covers Virtual::isAssigned
123+
* @covers \Magento\Theme\Model\Theme\Domain\Virtual::isAssigned
124124
*/
125125
public function testIsAssigned(): void
126126
{
@@ -171,7 +171,7 @@ public function physicalThemeDataProvider(): array
171171
* @test
172172
* @return void
173173
* @dataProvider physicalThemeDataProvider
174-
* @covers Virtual::getPhysicalTheme
174+
* @covers \Magento\Theme\Model\Theme\Domain\Virtual::getPhysicalTheme
175175
*/
176176
public function testGetPhysicalTheme($data): void
177177
{

0 commit comments

Comments
 (0)