You are here

public static function AJAXDialogTest::getInfo in Dialog 7.2

File

./dialog.test, line 13
Tests for dialog.module.

Class

AJAXDialogTest
Tests use of dialogs as wrappers for Ajax responses.

Code

public static function getInfo() {
  return array(
    'name' => 'AJAX dialog commands',
    'description' => 'Performs tests on opening and manipulating dialogs via AJAX commands.',
    'group' => 'Dialog',
  );
}