You are here

public function Pathautoi18nNodeTest::testAutomaticAliasUndefinedLanguage in Pathauto i18n 8

Test nodes with automatic alias for undefined language.

File

src/Tests/Pathautoi18nNodeTest.php, line 80
Tests for the pathauto_i18n node module.

Class

Pathautoi18nNodeTest
Pathauto i18n test functionality for nodes.

Namespace

Drupal\pathauto_i18n\Tests

Code

public function testAutomaticAliasUndefinedLanguage() {

  /*$this->contentLanguage = LANGUAGE_NONE;
    $this->testAutomaticAliasLanguageSelected();
    $neutral_alias = 'neutral/' . $this->title;
    $this->assertNoText($neutral_alias, 0, "Alias '$neutral_alias' for undefined language not exist.");*/
}