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