コード例 #1
0
ファイル: AbstractBlockTest.php プロジェクト: aiesh/magento2
 public function testFormatDate()
 {
     $locale = \Magento\TestFramework\Helper\Bootstrap::getObjectManager()->get('Magento\\Framework\\Stdlib\\DateTime\\TimezoneInterface');
     $this->assertEquals($locale->formatDate(), $this->_block->formatDate());
 }