You are here

public function MediaSitemapBatchControllerTest::testMediaSitemapBatchController in Media Sitemap 8

Tests media_sitemap functionality.

File

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

Class

MediaSitemapBatchControllerTest
Provides automated tests for the media_sitemap module.

Namespace

Drupal\media_sitemap\Tests

Code

public function testMediaSitemapBatchController() {

  // Check that the basic functions of module media_sitemap.
  $this
    ->assertEquals(TRUE, TRUE, 'Test Unit Generated via App Console.');
}