We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a1e078 commit 27d74d4Copy full SHA for 27d74d4
app/code/Magento/Eav/Test/Unit/Model/ResourceModel/Entity/Attribute/CollectionTest.php
@@ -1,7 +1,7 @@
1
<?php
2
/**
3
*
4
- * Copyright © Magento, Inc. All rights reserved.
+ * Copyright © 2013-2017 Magento, Inc. All rights reserved.
5
* See COPYING.txt for license details.
6
*/
7
@@ -113,7 +113,7 @@ protected function setUp()
113
->getMock();
114
115
$this->connectionMock->expects($this->any())->method('select')->willReturn($this->selectMock);
116
-
+
117
$objectManager = new ObjectManager($this);
118
$this->model = $objectManager->getObject(
119
\Magento\Eav\Model\ResourceModel\Entity\Attribute\Collection::class,
0 commit comments