You are here

public static function AdminViewsPageDisplayTestCase::getInfo in Administration Views 7

Define this test class.

Return value

array The test's meta data.

File

tests/admin_views.test, line 219
Tests for the Administration Views module.

Class

AdminViewsPageDisplayTestCase
Tests system child page display functionality.

Code

public static function getInfo() {
  return array(
    'name' => 'Views Page display plugin',
    'description' => 'Tests views page functionality for children of system plugins.',
    'group' => 'Administration views',
  );
}