File tree 3 files changed +15
-17
lines changed
dev/tests/integration/testsuite/Magento/Framework/Interception
3 files changed +15
-17
lines changed Original file line number Diff line number Diff line change 1
1
<?php
2
2
/**
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.
5
5
*/
6
6
namespace Magento \Framework \Interception ;
7
7
8
- use Magento \Framework \ObjectManager \Config \Config as ObjectManagerConfig ;
9
-
10
8
/**
11
9
* Class GeneralTest
12
10
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
13
11
*/
14
12
abstract class AbstractPlugin extends \PHPUnit_Framework_TestCase
15
13
{
14
+
15
+ /**
16
+ * @var \PHPUnit_Framework_MockObject_MockObject
17
+ */
18
+ protected $ _configReader ;
19
+
20
+ /**
21
+ * @var \Magento\Framework\ObjectManagerInterface
22
+ */
23
+ protected $ _objectManager ;
24
+
16
25
public function setUpInterceptionConfig ($ pluginConfig )
17
26
{
18
27
$ config = new \Magento \Framework \Interception \ObjectManager \Config \Developer ();
Original file line number Diff line number Diff line change 1
1
<?php
2
2
/**
3
- *
4
3
* Copyright © 2015 Magento. All rights reserved.
5
4
* See COPYING.txt for license details.
6
5
*/
12
11
*/
13
12
class GeneralTest extends AbstractPlugin
14
13
{
15
- /**
16
- * @var \PHPUnit_Framework_MockObject_MockObject
17
- */
18
- protected $ _configReader ;
19
-
20
- /**
21
- * @var \Magento\Framework\ObjectManagerInterface
22
- */
23
- protected $ _objectManager ;
24
-
25
14
public function setUp ()
26
15
{
27
16
$ this ->setUpInterceptionConfig (
Original file line number Diff line number Diff line change 1
1
<?php
2
2
/**
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.
5
5
*/
6
6
namespace Magento \Framework \Interception ;
7
7
You can’t perform that action at this time.
0 commit comments