function BreakpointTest::testGetProvider
@covers ::getProvider
      
    
File
- 
              core/modules/ breakpoint/ tests/ src/ Unit/ BreakpointTest.php, line 104 
Class
- BreakpointTest
- @coversDefaultClass \Drupal\breakpoint\Breakpoint[[api-linebreak]] @group Breakpoint
Namespace
Drupal\Tests\breakpoint\UnitCode
public function testGetProvider() : void {
  $this->pluginDefinition['provider'] = 'Breakpoint';
  $this->setupBreakpoint();
  $this->assertEquals('Breakpoint', $this->breakpoint
    ->getProvider());
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
