public static function PageTest::getInfo

File

drupal/core/modules/system/lib/Drupal/system/Tests/Batch/PageTest.php, line 24
Definition of Drupal\system\Tests\Batch\PageTest.

Class

PageTest
Tests the Batch API Progress page.

Namespace

Drupal\system\Tests\Batch

Code

public static function getInfo() {
  return array(
    'name' => 'Batch progress page',
    'description' => 'Test the content of the progress page.',
    'group' => 'Batch API',
  );
}