Skip to content

Commit 191e98e

Browse files
committed
MAGETWO-61267: Change format date for update and add ability to run cron from functional test
1 parent 87faab5 commit 191e98e

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

app/code/Magento/Ui/Test/Unit/Component/Form/Element/DataType/DateTest.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
use Magento\Framework\View\Element\UiComponent\Processor;
1414

1515
/**
16-
* Tests Magento\Ui\Test\Unit\Component\Form\Element\DataType Class
16+
* Tests Magento\Ui\Test\Unit\Component\Form\Element\DataType Class.
1717
*/
1818
class DateTest extends \PHPUnit_Framework_TestCase
1919
{
@@ -46,7 +46,7 @@ public function setUp()
4646
}
4747

4848
/**
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.
5050
*/
5151
public function testPrepareWithTimeOffset()
5252
{
@@ -82,7 +82,7 @@ public function testPrepareWithTimeOffset()
8282
}
8383

8484
/**
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.
8686
*/
8787
public function testPrepareWithoutTimeOffset()
8888
{
@@ -126,7 +126,7 @@ public function testPrepareWithoutTimeOffset()
126126
}
127127

128128
/**
129-
* This tests ensures that userTimeZone is properly saved in the configuration.
129+
* This test ensures that userTimeZone is properly saved in the configuration.
130130
*/
131131
public function testPrepare()
132132
{

lib/web/moment-timezone-with-data.js

Lines changed: 0 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)