Skip to content

Commit 4a9b003

Browse files
author
Maksym Savich
committed
MAGETWO-36484: Unit test code coverage in MLS10
1 parent fd82bd8 commit 4a9b003

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

app/code/Magento/Config/Test/Unit/Block/System/Config/Form/Field/FileTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
* See COPYING.txt for license details.
55
*/
66

7-
// @codingStandardsIgnoreFile
8-
97
/**
108
* Tests for \Magento\Framework\Data\Form\Element\File
119
*/

app/code/Magento/Config/Test/Unit/Block/System/Config/Form/Field/HeadingTest.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
* See COPYING.txt for license details.
55
*/
66

7-
// @codingStandardsIgnoreFile
8-
97
/**
108
* Tests for \Magento\Framework\Data\Form\Element\File
119
*/
@@ -26,7 +24,7 @@ class HeadingTest extends \PHPUnit_Framework_TestCase
2624
public function testRender()
2725
{
2826
$htmlId = 'test_HTML_id';
29-
$label = 'test_label';
27+
$label = 'test_label';
3028

3129
$elementMock = $this->getMockBuilder('Magento\Framework\Data\Form\Element\AbstractElement')
3230
->disableOriginalConstructor()

0 commit comments

Comments
 (0)