Skip to content

Commit 262d4ad

Browse files
committed
#36538: Fixed Static Test failures
1 parent cfef773 commit 262d4ad

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

app/code/Magento/PageCache/Test/Unit/Model/Console/Command/GenerateVclCommandInputOptionTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66
declare(strict_types=1);
77

8-
namespace Magento\Customer\Test\Unit\Console\Command;
8+
namespace Magento\PageCache\Test\Unit\Console\Command;
99

1010
use Magento\Framework\App\Config\ScopeConfigInterface;
1111
use Magento\Framework\Filesystem\File\WriteFactory;
@@ -72,7 +72,6 @@ protected function setUp(): void
7272
$this->scopeConfigMock,
7373
$this->serializer
7474
);
75-
7675
}
7776

7877
public function testConfigure()

app/code/Magento/PageCache/Test/Unit/Model/Varnish/VclTemplateLocatorTest.php

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66
declare(strict_types=1);
77

8-
namespace Magento\Customer\Test\Unit\Model\Varnish;
8+
namespace Magento\PageCache\Test\Unit\Model\Varnish;
99

1010
use Magento\Framework\App\Config\ScopeConfigInterface;
1111
use Magento\Framework\Filesystem\Directory\Read;
@@ -37,6 +37,9 @@ class VclTemplateLocatorTest extends TestCase
3737
*/
3838
private $directoryListMock;
3939

40+
/**
41+
* @var VclTemplateLocator
42+
*/
4043
private $vclTemplateLocator;
4144

4245
public function setUp(): void
@@ -71,6 +74,4 @@ public function testGetTemplate()
7174
$template
7275
);
7376
}
74-
75-
7677
}

0 commit comments

Comments
 (0)