예제 #1
0
 public function testGetDateFormat()
 {
     $block = new Mage_Adminhtml_Block_Report_Grid();
     $this->assertNotEmpty($block->getDateFormat());
 }