Skip to content

Commit 5ab0829

Browse files
author
Maksym Savich
committed
MAGETWO-36484: Unit test code coverage in MLS10
1 parent 1445598 commit 5ab0829

File tree

4 files changed

+4
-19
lines changed

4 files changed

+4
-19
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66

77
/**
8-
* Tests for \Magento\Framework\Data\Form\Element\File
8+
* Tests for \Magento\Framework\Data\Form\Field\File
99
*/
1010
namespace Magento\Config\Test\Unit\Block\System\Config\Form\Field;
1111

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

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,12 @@
55
*/
66

77
/**
8-
* Tests for \Magento\Framework\Data\Form\Element\File
8+
* Tests for \Magento\Framework\Data\Form\Field\Heading
99
*/
1010
namespace Magento\Config\Test\Unit\Block\System\Config\Form\Field;
1111

1212
class HeadingTest extends \PHPUnit_Framework_TestCase
1313
{
14-
/**
15-
* @var \Magento\Config\Block\System\Config\Form\Field\File
16-
*/
17-
protected $file;
18-
1914
public function testRender()
2015
{
2116
$htmlId = 'test_HTML_id';

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

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,12 @@
77
// @codingStandardsIgnoreFile
88

99
/**
10-
* Tests for \Magento\Framework\Data\Form\Element\Image
10+
* Tests for \Magento\Framework\Data\Form\Field\Image
1111
*/
1212
namespace Magento\Config\Test\Unit\Block\System\Config\Form\Field;
1313

1414
class ImageTest extends \PHPUnit_Framework_TestCase
1515
{
16-
/**
17-
* @var \PHPUnit_Framework_MockObject_MockObject
18-
*/
19-
protected $_objectManagerMock;
20-
2116
/**
2217
* @var \Magento\Framework\Url|\PHPUnit_Framework_MockObject_MockObject
2318
*/

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

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,12 @@
55
*/
66

77
/**
8-
* Tests for \Magento\Framework\Data\Form\Element\File
8+
* Tests for \Magento\Framework\Data\Form\Field\Notification
99
*/
1010
namespace Magento\Config\Test\Unit\Block\System\Config\Form\Field;
1111

1212
class NotificationTest extends \PHPUnit_Framework_TestCase
1313
{
14-
/**
15-
* @var \Magento\Config\Block\System\Config\Form\Field\File
16-
*/
17-
protected $file;
18-
1914
public function testRender()
2015
{
2116
$testCacheValue = time();

0 commit comments

Comments
 (0)