You are here

public static function DefaultControllerTest::getInfo in Apache Solr Config Generator 8

File

Tests/Controller/DefaultControllerTest.php, line 19
Contains Drupal\apachesolr_confgen\Tests\DefaultController.

Class

DefaultControllerTest
Provides automated tests for the apachesolr_confgen module.

Namespace

Drupal\apachesolr_confgen\Tests

Code

public static function getInfo() {
  return array(
    'name' => "apachesolr_confgen DefaultController's controller functionality",
    'description' => 'Test Unit for module apachesolr_confgen and controller DefaultController.',
    'group' => 'Other',
  );
}