File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
app/code/Magento/Config/App/Config/Type
lib/internal/Magento/Framework/View/Test/Unit/Element/Html Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 27
27
* @api
28
28
* @since 100.1.2
29
29
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
30
+ * @SuppressWarnings(PHPMD.UnusedPrivateMethod)
30
31
*/
31
32
class System implements ConfigTypeInterface
32
33
{
Original file line number Diff line number Diff line change 3
3
* Copyright © Magento, Inc. All rights reserved.
4
4
* See COPYING.txt for license details.
5
5
*/
6
+
6
7
namespace Magento \Framework \View \Test \Unit \Element \Html ;
7
8
8
9
class LinkTest extends \PHPUnit \Framework \TestCase
@@ -108,7 +109,8 @@ public function testGetLinkAttributes()
108
109
}
109
110
110
111
$ this ->assertEquals (
111
- 'href="http://site.com/link.html" shape="shape" tabindex="tabindex" onfocus="onfocus" onblur="onblur" id="id" ' ,
112
+ 'href="http://site.com/link.html" shape="shape" tabindex="tabindex" '
113
+ . ' onfocus="onfocus" onblur="onblur" id="id" ' ,
112
114
$ linkWithoutAttributes ->getLinkAttributes ()
113
115
);
114
116
}
You can’t perform that action at this time.
0 commit comments