You are here

public static function ViewsHandlerArgumentNullTest::getInfo in Views (for Drupal 7) 7.3

File

tests/handlers/views_handler_argument_null.test, line 12
Definition of ViewsHandlerArgumentNullTest.

Class

ViewsHandlerArgumentNullTest
Tests the core views_handler_argument_null handler.

Code

public static function getInfo() {
  return array(
    'name' => 'Argument: Null',
    'description' => 'Test the core views_handler_argument_null handler.',
    'group' => 'Views Handlers',
  );
}