You are here

public static function MediaSitemapBatchControllerTest::getInfo in Media Sitemap 8

File

Tests/Controller/MediaSitemapBatchControllerTest.php, line 27
Contains \Drupal\media_sitemap\Tests\MediaSitemapBatchController.

Class

MediaSitemapBatchControllerTest
Provides automated tests for the media_sitemap module.

Namespace

Drupal\media_sitemap\Tests

Code

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