You are here

public static function ProcessorWebTest::getInfo in Feeds Comment Processor 7

File

src/Tests/ProcessorWebTest.php, line 15
Contains \Drupal\feeds_comment_processor\Tests\ProcessorWebTest.

Class

ProcessorWebTest
Basic behavior tests for feeds_comment_processor.

Namespace

Drupal\feeds_comment_processor\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'Tests for comment processor',
    'description' => 'Tests that comments can be imported.',
    'group' => 'Feeds comment processor',
  );
}