File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
app/code/Magento/Config/Test/Unit/Block/System/Config/Form/Field Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 4
4
* See COPYING.txt for license details.
5
5
*/
6
6
7
- // @codingStandardsIgnoreFile
8
-
9
7
/**
10
8
* Tests for \Magento\Framework\Data\Form\Element\File
11
9
*/
Original file line number Diff line number Diff line change 4
4
* See COPYING.txt for license details.
5
5
*/
6
6
7
- // @codingStandardsIgnoreFile
8
-
9
7
/**
10
8
* Tests for \Magento\Framework\Data\Form\Element\File
11
9
*/
@@ -26,7 +24,7 @@ class HeadingTest extends \PHPUnit_Framework_TestCase
26
24
public function testRender ()
27
25
{
28
26
$ htmlId = 'test_HTML_id ' ;
29
- $ label = 'test_label ' ;
27
+ $ label = 'test_label ' ;
30
28
31
29
$ elementMock = $ this ->getMockBuilder ('Magento\Framework\Data\Form\Element\AbstractElement ' )
32
30
->disableOriginalConstructor ()
You can’t perform that action at this time.
0 commit comments