public static function ViewsHandlerArgumentStringTest::getInfo

3.x views_handler_argument_string.test public static ViewsHandlerArgumentStringTest::getInfo()

File

tests/handlers/views_handler_argument_string.test, line 11
Definition of ViewsHandlerArgumentNullTest.

Class

ViewsHandlerArgumentStringTest
Tests the core views_handler_argument_string handler.

Code

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