public static function FilterAPITest::getInfo

File

drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterAPITest.php, line 17
Definition of Drupal\filter\Tests\FilterAPITest.

Class

FilterAPITest
Tests the behavior of Filter's API.

Namespace

Drupal\filter\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'API',
    'description' => 'Test the behavior of the API of the Filter module.',
    'group' => 'Filter',
  );
}