File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
app/code/Magento/PageCache/Test/Unit/Model Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 5
5
*/
6
6
declare (strict_types=1 );
7
7
8
- namespace Magento \Customer \Test \Unit \Console \Command ;
8
+ namespace Magento \PageCache \Test \Unit \Console \Command ;
9
9
10
10
use Magento \Framework \App \Config \ScopeConfigInterface ;
11
11
use Magento \Framework \Filesystem \File \WriteFactory ;
@@ -72,7 +72,6 @@ protected function setUp(): void
72
72
$ this ->scopeConfigMock ,
73
73
$ this ->serializer
74
74
);
75
-
76
75
}
77
76
78
77
public function testConfigure ()
Original file line number Diff line number Diff line change 5
5
*/
6
6
declare (strict_types=1 );
7
7
8
- namespace Magento \Customer \Test \Unit \Model \Varnish ;
8
+ namespace Magento \PageCache \Test \Unit \Model \Varnish ;
9
9
10
10
use Magento \Framework \App \Config \ScopeConfigInterface ;
11
11
use Magento \Framework \Filesystem \Directory \Read ;
@@ -37,6 +37,9 @@ class VclTemplateLocatorTest extends TestCase
37
37
*/
38
38
private $ directoryListMock ;
39
39
40
+ /**
41
+ * @var VclTemplateLocator
42
+ */
40
43
private $ vclTemplateLocator ;
41
44
42
45
public function setUp (): void
@@ -71,6 +74,4 @@ public function testGetTemplate()
71
74
$ template
72
75
);
73
76
}
74
-
75
-
76
77
}
You can’t perform that action at this time.
0 commit comments