public static function ViewExecutableTest::getInfo

File

drupal/core/modules/views/lib/Drupal/views/Tests/ViewExecutableTest.php, line 61
Definition of Drupal\views\Tests\ViewExecutableTest.

Class

ViewExecutableTest
Tests the ViewExecutable class.

Namespace

Drupal\views\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'View executable tests',
    'description' => 'Tests the ViewExecutable class.',
    'group' => 'Views',
  );
}