public static function ArgumentNullTest::getInfo

File

drupal/core/modules/views/lib/Drupal/views/Tests/Handler/ArgumentNullTest.php, line 24
Definition of Drupal\views\Tests\Handler\ArgumentNullTest.

Class

ArgumentNullTest
Tests the core Drupal\views\Plugin\views\argument\Null handler.

Namespace

Drupal\views\Tests\Handler

Code

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