File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
dev/tests/integration/testsuite/Magento/Theme/Model/Theme/Domain
lib/internal/Magento/Framework/View/Design/Theme Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -19,23 +19,23 @@ class VirtualTest extends \PHPUnit_Framework_TestCase
19
19
'theme_title ' => 'Test physical theme ' ,
20
20
'area ' => \Magento \Framework \App \Area::AREA_FRONTEND ,
21
21
'type ' => ThemeInterface::TYPE_PHYSICAL ,
22
- 'code ' => 'physical '
22
+ 'code ' => 'physical ' ,
23
23
],
24
24
'virtual ' => [
25
25
'parent_id ' => null ,
26
26
'theme_path ' => '' ,
27
27
'theme_title ' => 'Test virtual theme ' ,
28
28
'area ' => \Magento \Framework \App \Area::AREA_FRONTEND ,
29
29
'type ' => ThemeInterface::TYPE_VIRTUAL ,
30
- 'code ' => 'virtual '
30
+ 'code ' => 'virtual ' ,
31
31
],
32
32
'staging ' => [
33
33
'parent_id ' => null ,
34
34
'theme_path ' => '' ,
35
35
'theme_title ' => 'Test staging theme ' ,
36
36
'area ' => \Magento \Framework \App \Area::AREA_FRONTEND ,
37
37
'type ' => ThemeInterface::TYPE_STAGING ,
38
- 'code ' => 'staging '
38
+ 'code ' => 'staging ' ,
39
39
],
40
40
];
41
41
Original file line number Diff line number Diff line change @@ -48,8 +48,8 @@ public function __construct(ThemeProviderInterface $themeProvider)
48
48
* by specific path (e.g. adminhtml/Magento/backend) or by identifier (theme primary key) and return it
49
49
* Can be used to deploy static or in other setup commands, even if Magento is not installed yet.
50
50
*
51
- * @param string $themeKey - Should looks like Magento/backend or should be theme primary key
52
- * @param string $area - Can be adminhtml, frontend, etc...
51
+ * @param string $themeKey Should looks like Magento/backend or should be theme primary key
52
+ * @param string $area Can be adminhtml, frontend, etc...
53
53
* @return \Magento\Framework\View\Design\ThemeInterface
54
54
* @throws \InvalidArgumentException when incorrect themeKey was specified
55
55
* @throws \LogicException when theme with appropriate themeKey was not found
You can’t perform that action at this time.
0 commit comments