Example #1
0
 public function testGetTabLabel()
 {
     $this->assertEquals(__('Customer View'), $this->_block->getTabLabel());
 }
Example #2
0
 public function testGetTabLabel()
 {
     $this->assertEquals('Customer View', $this->view->getTabLabel());
 }