File tree Expand file tree Collapse file tree 3 files changed +15
-17
lines changed
dev/tests/integration/testsuite/Magento/Framework/Interception Expand file tree Collapse file tree 3 files changed +15
-17
lines changed Original file line number Diff line number Diff line change 11<?php
22/**
3- *
4- * @copyright Copyright (c) 2014 X.commerce, Inc. (http://www.magentocommerce.com)
3+ * Copyright © 2015 Magento. All rights reserved.
4+ * See COPYING.txt for license details.
55 */
66namespace Magento \Framework \Interception ;
77
8- use Magento \Framework \ObjectManager \Config \Config as ObjectManagerConfig ;
9-
108/**
119 * Class GeneralTest
1210 * @SuppressWarnings(PHPMD.CouplingBetweenObjects)
1311 */
1412abstract class AbstractPlugin extends \PHPUnit_Framework_TestCase
1513{
14+
15+ /**
16+ * @var \PHPUnit_Framework_MockObject_MockObject
17+ */
18+ protected $ _configReader ;
19+
20+ /**
21+ * @var \Magento\Framework\ObjectManagerInterface
22+ */
23+ protected $ _objectManager ;
24+
1625 public function setUpInterceptionConfig ($ pluginConfig )
1726 {
1827 $ config = new \Magento \Framework \Interception \ObjectManager \Config \Developer ();
Original file line number Diff line number Diff line change 11<?php
22/**
3- *
43 * Copyright © 2015 Magento. All rights reserved.
54 * See COPYING.txt for license details.
65 */
1211 */
1312class GeneralTest extends AbstractPlugin
1413{
15- /**
16- * @var \PHPUnit_Framework_MockObject_MockObject
17- */
18- protected $ _configReader ;
19-
20- /**
21- * @var \Magento\Framework\ObjectManagerInterface
22- */
23- protected $ _objectManager ;
24-
2514 public function setUp ()
2615 {
2716 $ this ->setUpInterceptionConfig (
Original file line number Diff line number Diff line change 11<?php
22/**
3- *
4- * @copyright Copyright (c) 2014 X.commerce, Inc. (http://www.magentocommerce.com)
3+ * Copyright © 2015 Magento. All rights reserved.
4+ * See COPYING.txt for license details.
55 */
66namespace Magento \Framework \Interception ;
77
You can’t perform that action at this time.
0 commit comments