You are here

public static function BreakpointThemeTest::getInfo in Breakpoints 8

Drupal\simpletest\WebTestBase\getInfo().

File

lib/Drupal/breakpoint/Tests/BreakpointThemeTest.php, line 28
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',
  );
}