Skip to content

Commit 79184c4

Browse files
committed
magneto typos
1 parent b769341 commit 79184c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/code/Magento/Theme/Test/Unit/Model/Favicon/FaviconTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public function testGetFaviconFileNegative()
8585
public function testGetFaviconFile()
8686
{
8787
$scopeConfigValue = 'path';
88-
$urlToMediaDir = 'http://magneto.url/pub/media/';
88+
$urlToMediaDir = 'http://magento.url/pub/media/';
8989
$expectedFile = ImageFavicon::UPLOAD_DIR . '/' . $scopeConfigValue;
9090
$expectedUrl = $urlToMediaDir . $expectedFile;
9191

lib/internal/Magento/Framework/Less/Test/Unit/File/Collector/LibraryTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ public function testGetFiles($libraryFiles, $themeFiles)
120120
$this->libraryDirectoryMock->expects($this->any())->method('search')->will($this->returnValue($libraryFiles));
121121
$this->libraryDirectoryMock->expects($this->any())->method('getAbsolutePath')->will($this->returnCallback(
122122
function ($file) {
123-
return '/opt/Magneto/lib/' . $file;
123+
return '/opt/Magento/lib/' . $file;
124124
}
125125
));
126126
$themePath = '/var/Magento/ATheme';

0 commit comments

Comments
 (0)