From 59a7143c5379699ee600ccf399ccd0d2551c5e41 Mon Sep 17 00:00:00 2001 From: Robert He <rohe@ebay.com> Date: Thu, 25 Jun 2015 14:11:05 -0500 Subject: [PATCH] MAGETWO-35975: Create different cached page based on Weee configuration - fixes from code review --- .../Weee/Test/Unit/{Model => }/App/Action/ContextPluginTest.php | 0 app/code/Magento/Weee/composer.json | 1 + 2 files changed, 1 insertion(+) rename app/code/Magento/Weee/Test/Unit/{Model => }/App/Action/ContextPluginTest.php (100%) diff --git a/app/code/Magento/Weee/Test/Unit/Model/App/Action/ContextPluginTest.php b/app/code/Magento/Weee/Test/Unit/App/Action/ContextPluginTest.php similarity index 100% rename from app/code/Magento/Weee/Test/Unit/Model/App/Action/ContextPluginTest.php rename to app/code/Magento/Weee/Test/Unit/App/Action/ContextPluginTest.php diff --git a/app/code/Magento/Weee/composer.json b/app/code/Magento/Weee/composer.json index 7102e797d03..dcaae2e64a8 100644 --- a/app/code/Magento/Weee/composer.json +++ b/app/code/Magento/Weee/composer.json @@ -11,6 +11,7 @@ "magento/module-directory": "0.74.0-beta14", "magento/module-eav": "0.74.0-beta14", "magento/module-customer": "0.74.0-beta14", + "magento/module-page-cache": "0.74.0-beta14", "magento/module-quote": "0.74.0-beta14", "magento/module-checkout": "0.74.0-beta14", "magento/framework": "0.74.0-beta14", -- GitLab