Skip to content

Commit 916a1de

Browse files
committed
MAGETWO-33080: Preferences, Shared Instance creation and Compiled Factory optimization
- fixed copyright
1 parent 26adf7d commit 916a1de

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

dev/tests/unit/testsuite/Magento/Framework/ObjectManager/Environment/_files/CompiledTesting.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?php
22
/**
3-
* @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.
45
*/
56

67
namespace Magento\Framework\ObjectManager\Environment;

dev/tests/unit/testsuite/Magento/Framework/ObjectManager/Environment/_files/ConfigTesting.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php
22
/**
3-
* @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.
45
*/
5-
66
namespace Magento\Framework\ObjectManager\Environment;
77

88
use Magento\Framework\Interception\ObjectManager\ConfigInterface;

dev/tests/unit/testsuite/Magento/Framework/ObjectManager/Factory/Fixture/Compiled/DependencySharedTesting.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php
22
/**
3-
* @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.
45
*/
5-
66
namespace Magento\Framework\ObjectManager\Factory\Fixture\Compiled;
77

88
class DependencySharedTesting

dev/tests/unit/testsuite/Magento/Framework/ObjectManager/Factory/Fixture/Compiled/DependencyTesting.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php
22
/**
3-
* @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.
45
*/
5-
66
namespace Magento\Framework\ObjectManager\Factory\Fixture\Compiled;
77

88
class DependencyTesting

dev/tests/unit/testsuite/Magento/Framework/ObjectManager/Factory/Fixture/Compiled/SimpleClassTesting.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
* Copyright © 2015 Magento. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6-
76
namespace Magento\Framework\ObjectManager\Factory\Fixture\Compiled;
87

98
class SimpleClassTesting

0 commit comments

Comments
 (0)