You are here

public static function RedirectTest::getInfo in Views (for Drupal 7) 8.3

File

lib/Drupal/views/Tests/UI/RedirectTest.php, line 15
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',
  );
}