public static function RedirectTest::getInfo

Same name in this branch

File

drupal/core/modules/views/lib/Drupal/views/Tests/UI/RedirectTest.php, line 22
Definition of Drupal\views\tests\UI\RedirectTest.

Class

RedirectTest
Tests the redirecting after saving a views.

Namespace

Drupal\views\Tests\UI

Code

public static function getInfo() {
  return array(
    'name' => 'Redirect',
    'description' => 'Tests the redirecting after saving a views',
    'group' => 'Views UI',
  );
}