You are here

public function SitemapTaxonomyTermsTest::testTermLinks in Sitemap 2.0.x

Same name and namespace in other branches
  1. 8.2 src/Tests/SitemapTaxonomyTermsTest.php \Drupal\sitemap\Tests\SitemapTaxonomyTermsTest::testTermLinks()

Tests the term link settings.

File

src/Tests/SitemapTaxonomyTermsTest.php, line 177

Class

SitemapTaxonomyTermsTest
Tests the display of taxonomies based on sitemap settings.

Namespace

Drupal\sitemap\Tests

Code

public function testTermLinks() {
  $this->terms = $this
    ->createTerms($this->vocabulary);
  $this
    ->linkSettingsTest();
}