public static function BreakpointThemeTest::getInfo

File

drupal/core/modules/breakpoint/lib/Drupal/breakpoint/Tests/BreakpointThemeTest.php, line 25
Definition of Drupal\breakpoint\Tests\BreakpointsThemeTest.

Class

BreakpointThemeTest
Test breakpoints provided by themes.

Namespace

Drupal\breakpoint\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'Breakpoint theme functionality',
    'description' => 'Thoroughly test the breakpoints provided by a theme.',
    'group' => 'Breakpoint',
  );
}