From fcecd25eabf8abf71343376d41fbea566fe83cd7 Mon Sep 17 00:00:00 2001 From: Bohdan Korablov <bkorablov@magento.com> Date: Wed, 21 Dec 2016 12:46:02 +0200 Subject: [PATCH] MAGETWO-61500: Remove enabling/disabling of caches from massaction when production mode is enabled --- .../Backend/Test/Unit/Block/Widget/Grid/MassactionTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/code/Magento/Backend/Test/Unit/Block/Widget/Grid/MassactionTest.php b/app/code/Magento/Backend/Test/Unit/Block/Widget/Grid/MassactionTest.php index 137c70289df..79ecb388873 100644 --- a/app/code/Magento/Backend/Test/Unit/Block/Widget/Grid/MassactionTest.php +++ b/app/code/Magento/Backend/Test/Unit/Block/Widget/Grid/MassactionTest.php @@ -126,7 +126,7 @@ class MassactionTest extends \PHPUnit_Framework_TestCase } /** - * @param string$itemId + * @param string $itemId * @param \Magento\Framework\DataObject $item * @param $expectedItem \Magento\Framework\DataObject * @dataProvider itemsProcessingDataProvider -- GitLab