File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed
app/code/Magento/Ui/Test/Unit/Component/Form/Element/DataType Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 13
13
use Magento \Framework \View \Element \UiComponent \Processor ;
14
14
15
15
/**
16
- * Tests Magento\Ui\Test\Unit\Component\Form\Element\DataType Class
16
+ * Tests Magento\Ui\Test\Unit\Component\Form\Element\DataType Class.
17
17
*/
18
18
class DateTest extends \PHPUnit_Framework_TestCase
19
19
{
@@ -46,7 +46,7 @@ public function setUp()
46
46
}
47
47
48
48
/**
49
- * This tests ensures that outputDateFormat is properly saved in the configuration with timeOffset.
49
+ * This test ensures that outputDateFormat is properly saved in the configuration with timeOffset.
50
50
*/
51
51
public function testPrepareWithTimeOffset ()
52
52
{
@@ -82,7 +82,7 @@ public function testPrepareWithTimeOffset()
82
82
}
83
83
84
84
/**
85
- * This tests ensures that outputDateFormat is properly saved in the configuration without timeOffset.
85
+ * This test ensures that outputDateFormat is properly saved in the configuration without timeOffset.
86
86
*/
87
87
public function testPrepareWithoutTimeOffset ()
88
88
{
@@ -126,7 +126,7 @@ public function testPrepareWithoutTimeOffset()
126
126
}
127
127
128
128
/**
129
- * This tests ensures that userTimeZone is properly saved in the configuration.
129
+ * This test ensures that userTimeZone is properly saved in the configuration.
130
130
*/
131
131
public function testPrepare ()
132
132
{
You can’t perform that action at this time.
0 commit comments