Example #1
0
 public function testGetSuffixId()
 {
     $block = new Mage_Backend_Block_Widget();
     $this->assertStringEndsNotWith('_test', $block->getSuffixId('suffix'));
     $this->assertStringEndsWith('_test', $block->getSuffixId('test'));
 }