public static function CommandsTest::getInfo

File

drupal/core/modules/system/lib/Drupal/system/Tests/Ajax/CommandsTest.php, line 30
Contains \Drupal\system\Tests\Ajax\CommandsTest.

Class

CommandsTest
Tests Ajax framework commands.

Namespace

Drupal\system\Tests\Ajax

Code

public static function getInfo() {
  return array(
    'name' => 'AJAX commands',
    'description' => 'Performs tests on AJAX framework commands.',
    'group' => 'AJAX',
  );
}