You are here

public static function CodeFilterTest::getInfo in Code Filter 8

Test info.

File

src/Tests/CodeFilterTest.php, line 18

Class

CodeFilterTest
Tests code filter functions.

Namespace

Drupal\codefilter\Tests

Code

public static function getInfo() {
  return [
    'name' => 'Codefilter module text filters',
    'description' => 'Tests raw filtering functions.',
  ];
}