From 79184c45aeb0fcf55bd03da2dfdef47bd2bdc5ef Mon Sep 17 00:00:00 2001 From: Elias Date: Sun, 5 Apr 2015 13:29:03 +0200 Subject: [PATCH] magneto typos --- app/code/Magento/Theme/Test/Unit/Model/Favicon/FaviconTest.php | 2 +- .../Framework/Less/Test/Unit/File/Collector/LibraryTest.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/code/Magento/Theme/Test/Unit/Model/Favicon/FaviconTest.php b/app/code/Magento/Theme/Test/Unit/Model/Favicon/FaviconTest.php index cb439cd4ea692..d8ee45c4f15f0 100644 --- a/app/code/Magento/Theme/Test/Unit/Model/Favicon/FaviconTest.php +++ b/app/code/Magento/Theme/Test/Unit/Model/Favicon/FaviconTest.php @@ -85,7 +85,7 @@ public function testGetFaviconFileNegative() public function testGetFaviconFile() { $scopeConfigValue = 'path'; - $urlToMediaDir = 'http://magneto.url/pub/media/'; + $urlToMediaDir = 'http://magento.url/pub/media/'; $expectedFile = ImageFavicon::UPLOAD_DIR . '/' . $scopeConfigValue; $expectedUrl = $urlToMediaDir . $expectedFile; diff --git a/lib/internal/Magento/Framework/Less/Test/Unit/File/Collector/LibraryTest.php b/lib/internal/Magento/Framework/Less/Test/Unit/File/Collector/LibraryTest.php index 9dc45f4008b20..1bb6e276c9761 100644 --- a/lib/internal/Magento/Framework/Less/Test/Unit/File/Collector/LibraryTest.php +++ b/lib/internal/Magento/Framework/Less/Test/Unit/File/Collector/LibraryTest.php @@ -120,7 +120,7 @@ public function testGetFiles($libraryFiles, $themeFiles) $this->libraryDirectoryMock->expects($this->any())->method('search')->will($this->returnValue($libraryFiles)); $this->libraryDirectoryMock->expects($this->any())->method('getAbsolutePath')->will($this->returnCallback( function ($file) { - return '/opt/Magneto/lib/' . $file; + return '/opt/Magento/lib/' . $file; } )); $themePath = '/var/Magento/ATheme';