You are here

public static function BlazyBreakpointTest::getInfo in Blazy 7

Provides info for the UI.

File

tests/BlazyBreakpoint.test, line 27

Class

BlazyBreakpointTest
Tests the Blazy breakpoints.

Code

public static function getInfo() {

  // Note: getInfo() strings are not translated with t().
  return [
    'name' => 'Blazy breakpoint tests',
    'description' => 'Tests the Blazy custom breakpoints.',
    'group' => 'Blazy',
  ];
}