public static function BreakpointAPITest::getInfo

File

drupal/core/modules/breakpoint/lib/Drupal/breakpoint/Tests/BreakpointAPITest.php, line 20
Definition of Drupal\breakpoint\Tests\BreakpointAPITest.

Class

BreakpointAPITest
Tests for general breakpoint API functions.

Namespace

Drupal\breakpoint\Tests

Code

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