From 6fe0138615c06fc5a8e8b75489095f8df1e590e6 Mon Sep 17 00:00:00 2001 From: Christopher O'Toole <otoolec@x.com> Date: Fri, 23 Jan 2015 14:35:58 -0600 Subject: [PATCH] MAGETWO-32870: [GITHUB] extra tests for current interception behavior #965 - Fix license header in FirstPlugin --- .../Interception/Fixture/Intercepted/FirstPlugin.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev/tests/integration/testsuite/Magento/Framework/Interception/Fixture/Intercepted/FirstPlugin.php b/dev/tests/integration/testsuite/Magento/Framework/Interception/Fixture/Intercepted/FirstPlugin.php index a98e48ef926..596f8c38d72 100644 --- a/dev/tests/integration/testsuite/Magento/Framework/Interception/Fixture/Intercepted/FirstPlugin.php +++ b/dev/tests/integration/testsuite/Magento/Framework/Interception/Fixture/Intercepted/FirstPlugin.php @@ -1,7 +1,7 @@ <?php /** - * - * @copyright Copyright (c) 2014 X.commerce, Inc. (http://www.magentocommerce.com) + * Copyright © 2015 Magento. All rights reserved. + * See COPYING.txt for license details. */ namespace Magento\Framework\Interception\Fixture\Intercepted; -- GitLab