From 8b98fb991f2d58f0780e9c522dd38f48acb7ae94 Mon Sep 17 00:00:00 2001 From: nmalevanec Date: Fri, 8 Feb 2019 13:08:41 +0200 Subject: [PATCH] Fix static test. --- .../testsuite/Magento/SendFriend/Controller/SendmailTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/dev/tests/integration/testsuite/Magento/SendFriend/Controller/SendmailTest.php b/dev/tests/integration/testsuite/Magento/SendFriend/Controller/SendmailTest.php index 6c34592a1a386..a075398e9cdb7 100644 --- a/dev/tests/integration/testsuite/Magento/SendFriend/Controller/SendmailTest.php +++ b/dev/tests/integration/testsuite/Magento/SendFriend/Controller/SendmailTest.php @@ -141,4 +141,3 @@ private function prepareRequestData($invalidData = false) $this->getRequest()->setPostValue($post); } } -