You are here

public static function BreakpointCrudTest::getInfo in Breakpoints 8

Drupal\simpletest\WebTestBase\getInfo().

File

lib/Drupal/breakpoint/Tests/BreakpointCrudTest.php, line 20
Definition of Drupal\breakpoint\Tests\BreakpointCrudTest.

Class

BreakpointCrudTest
Tests for breakpoint CRUD operations.

Namespace

Drupal\breakpoint\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'Breakpoint CRUD operations',
    'description' => 'Test creation, loading, updating, deleting of breakpoints.',
    'group' => 'Breakpoint',
  );
}