File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
app/code/Magento/Backend/Test/Unit/Block/Widget/Grid/Column/Filter Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -96,6 +96,6 @@ public function testGetHtmlSuccessfulTimestamp()
96
96
97
97
$ output = $ this ->model ->getHtml ();
98
98
$ this ->assertContains ('id=" ' . $ uniqueHash . '_from" value=" ' . $ yesterday ->getTimestamp (), $ output );
99
- $ this ->assertContains ('id=" ' . $ uniqueHash . '_to" value=" ' . $ tomorrow ->getTimestamp () , $ output );
99
+ $ this ->assertContains ('id=" ' . $ uniqueHash . '_to" value=" ' . $ tomorrow ->getTimestamp (), $ output );
100
100
}
101
101
}
Original file line number Diff line number Diff line change 5
5
*/
6
6
7
7
namespace Magento \Backend \Test \Unit \Block \Widget \Grid \Column \Filter ;
8
+
8
9
/**
9
10
* Class DateTimeTest to test Magento\Backend\Block\Widget\Grid\Column\Filter\Date
10
11
*
@@ -95,6 +96,6 @@ public function testGetHtmlSuccessfulTimestamp()
95
96
96
97
$ output = $ this ->model ->getHtml ();
97
98
$ this ->assertContains ('id=" ' . $ uniqueHash . '_from" value=" ' . $ yesterday ->getTimestamp (), $ output );
98
- $ this ->assertContains ('id=" ' . $ uniqueHash . '_to" value=" ' . $ tomorrow ->getTimestamp () , $ output );
99
+ $ this ->assertContains ('id=" ' . $ uniqueHash . '_to" value=" ' . $ tomorrow ->getTimestamp (), $ output );
99
100
}
100
101
}
You can’t perform that action at this time.
0 commit comments