Example #1
0
 public function testGetBlock()
 {
     $block = 'testBlockName';
     $this->assertEquals($block, $this->event->getBlock());
 }