Skip to content

Commit fed8607

Browse files
committed
MAGETWO-32636: Move Core\Model\Theme and Core\Helper classes to Theme Module
- Minor change to fix a relative path usage
1 parent 354c477 commit fed8607

File tree

1 file changed

+1
-1
lines changed
  • dev/tests/integration/testsuite/Magento/Theme/Model/View

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/Theme/Model/View/DesignTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ protected function _emulateFixtureTheme($themePath = 'Test/default')
7070
[
7171
Bootstrap::INIT_PARAM_FILESYSTEM_DIR_PATHS => [
7272
DirectoryList::THEMES => [
73-
'path' => realpath(__DIR__ . '/../../../Theme/Model/_files/design'),
73+
'path' => realpath(__DIR__ . '/../_files/design'),
7474
],
7575
],
7676
]

0 commit comments

Comments
 (0)