public static function BreakpointGroupAPITest::getInfo

File

drupal/core/modules/breakpoint/lib/Drupal/breakpoint/Tests/BreakpointGroupAPITest.php, line 21
Definition of Drupal\breakpoint\Tests\BreakpointGroupAPITest.

Class

BreakpointGroupAPITest
Tests for general breakpoint group API functions.

Namespace

Drupal\breakpoint\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'Breakpoint group general API functions',
    'description' => 'Test general API functions of the breakpoint module.',
    'group' => 'Breakpoint',
  );
}