public function Pathautoi18nTaxonomyTest::testAutomaticAliasTaxonomy in Pathauto i18n 8
Test taxonomy terms with automatic alias.
File
- src/
Tests/ Pathautoi18nTaxonomyTest.php, line 47 - Tests for the pathauto_i18n taxonomy module.
Class
- Pathautoi18nTaxonomyTest
- Pathauto i18n test functionality for taxonomy.
Namespace
Drupal\pathauto_i18n\TestsCode
public function testAutomaticAliasTaxonomy() {
/*$this->createTaxonomyTerm(TRUE, TRUE);
// Check aliases.
$this->drupalGet('admin/config/search/path');
foreach ($this->availableLanguages as $language) {
$alias = $language . '/' . $this->title;
$this->assertText($alias, 0, "Exist alias '$alias' for language '$language'.");
}*/
}