File tree Expand file tree Collapse file tree 4 files changed +4
-19
lines changed
app/code/Magento/Config/Test/Unit/Block/System/Config/Form/Field Expand file tree Collapse file tree 4 files changed +4
-19
lines changed Original file line number Diff line number Diff line change 5
5
*/
6
6
7
7
/**
8
- * Tests for \Magento\Framework\Data\Form\Element \File
8
+ * Tests for \Magento\Framework\Data\Form\Field \File
9
9
*/
10
10
namespace Magento \Config \Test \Unit \Block \System \Config \Form \Field ;
11
11
Original file line number Diff line number Diff line change 5
5
*/
6
6
7
7
/**
8
- * Tests for \Magento\Framework\Data\Form\Element\File
8
+ * Tests for \Magento\Framework\Data\Form\Field\Heading
9
9
*/
10
10
namespace Magento \Config \Test \Unit \Block \System \Config \Form \Field ;
11
11
12
12
class HeadingTest extends \PHPUnit_Framework_TestCase
13
13
{
14
- /**
15
- * @var \Magento\Config\Block\System\Config\Form\Field\File
16
- */
17
- protected $ file ;
18
-
19
14
public function testRender ()
20
15
{
21
16
$ htmlId = 'test_HTML_id ' ;
Original file line number Diff line number Diff line change 7
7
// @codingStandardsIgnoreFile
8
8
9
9
/**
10
- * Tests for \Magento\Framework\Data\Form\Element \Image
10
+ * Tests for \Magento\Framework\Data\Form\Field \Image
11
11
*/
12
12
namespace Magento \Config \Test \Unit \Block \System \Config \Form \Field ;
13
13
14
14
class ImageTest extends \PHPUnit_Framework_TestCase
15
15
{
16
- /**
17
- * @var \PHPUnit_Framework_MockObject_MockObject
18
- */
19
- protected $ _objectManagerMock ;
20
-
21
16
/**
22
17
* @var \Magento\Framework\Url|\PHPUnit_Framework_MockObject_MockObject
23
18
*/
Original file line number Diff line number Diff line change 5
5
*/
6
6
7
7
/**
8
- * Tests for \Magento\Framework\Data\Form\Element\File
8
+ * Tests for \Magento\Framework\Data\Form\Field\Notification
9
9
*/
10
10
namespace Magento \Config \Test \Unit \Block \System \Config \Form \Field ;
11
11
12
12
class NotificationTest extends \PHPUnit_Framework_TestCase
13
13
{
14
- /**
15
- * @var \Magento\Config\Block\System\Config\Form\Field\File
16
- */
17
- protected $ file ;
18
-
19
14
public function testRender ()
20
15
{
21
16
$ testCacheValue = time ();
You can’t perform that action at this time.
0 commit comments