From 936eeeacbbb799e8723c8b61f899e1fe50972f79 Mon Sep 17 00:00:00 2001 From: Safwan Khan <safwkhan@ebay.com> Date: Wed, 6 May 2015 11:00:59 -0500 Subject: [PATCH] MAGETWO-36080: Move dev/tools/Magento/Tools/SampleData/install.php - Fixed build error for sample data test. --- lib/internal/Magento/Framework/App/Utility/Files.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/internal/Magento/Framework/App/Utility/Files.php b/lib/internal/Magento/Framework/App/Utility/Files.php index 57fe340acda..efc05f7fa85 100644 --- a/lib/internal/Magento/Framework/App/Utility/Files.php +++ b/lib/internal/Magento/Framework/App/Utility/Files.php @@ -135,7 +135,7 @@ class Files glob($this->_path . '/*.php', GLOB_NOSORT), glob($this->_path . '/pub/*.php', GLOB_NOSORT), $this->getFilesSubset(["{$this->_path}/lib/internal/Magento"], '*.php', $this->libTestDirs), - self::getFiles(["{$this->_path}/dev/tools/Magento/Tools/SampleData"], '*.php') + self::getFiles(["{$this->_path}/app/code/Magento/SampleData"], '*.php') ); } if ($tests) { -- GitLab