public static function AjaxCommandsUnitTest::getInfo

File

drupal/core/modules/system/lib/Drupal/system/Tests/Ajax/AjaxCommandsUnitTest.php, line 33
Definition of Drupal\system\Tests\Ajax\AjaxCommandsUnitTest.

Class

AjaxCommandsUnitTest
Tests for all AJAX Commands.

Namespace

Drupal\system\Tests\Ajax

Code

public static function getInfo() {
  return array(
    'name' => 'Ajax Command Objects',
    'description' => 'Test that each AJAX command object can be created and rendered',
    'group' => 'AJAX',
  );
}