We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05b6c68 commit 76b1dcbCopy full SHA for 76b1dcb
dev/tests/integration/testsuite/Magento/Framework/Data/Form/Element/DateTest.php
@@ -42,9 +42,6 @@ public function getValueDataProvider()
42
{
43
$testTimestamp = strtotime('2014-05-18 12:08:16');
44
$date = new \DateTime('@' . $testTimestamp);
45
- $objectManager = \Magento\TestFramework\Helper\Bootstrap::getObjectManager();
46
- $timezone = $objectManager->get('Magento\Framework\Stdlib\DateTime\TimezoneInterface');
47
- $date->setTimezone(new \DateTimeZone($timezone->getConfigTimezone()));
48
return [
49
[
50
0 commit comments