/**
  * @covers ::getGroup
  */
 public function testGetGroup()
 {
     $this->pluginDefinition['group'] = 'Breakpoint';
     $this->setupBreakpoint();
     $this->assertEquals('Breakpoint', $this->breakpoint->getGroup());
 }