You are here

public function LingotekLanguageContentSettingsFormTest::testLingotekMetadataFieldNotPresent in Lingotek Translation 4.0.x

Same name and namespace in other branches
  1. 8.2 tests/src/Functional/Form/LingotekLanguageContentSettingsFormTest.php \Drupal\Tests\lingotek\Functional\Form\LingotekLanguageContentSettingsFormTest::testLingotekMetadataFieldNotPresent()
  2. 3.0.x tests/src/Functional/Form/LingotekLanguageContentSettingsFormTest.php \Drupal\Tests\lingotek\Functional\Form\LingotekLanguageContentSettingsFormTest::testLingotekMetadataFieldNotPresent()
  3. 3.1.x tests/src/Functional/Form/LingotekLanguageContentSettingsFormTest.php \Drupal\Tests\lingotek\Functional\Form\LingotekLanguageContentSettingsFormTest::testLingotekMetadataFieldNotPresent()
  4. 3.2.x tests/src/Functional/Form/LingotekLanguageContentSettingsFormTest.php \Drupal\Tests\lingotek\Functional\Form\LingotekLanguageContentSettingsFormTest::testLingotekMetadataFieldNotPresent()
  5. 3.3.x tests/src/Functional/Form/LingotekLanguageContentSettingsFormTest.php \Drupal\Tests\lingotek\Functional\Form\LingotekLanguageContentSettingsFormTest::testLingotekMetadataFieldNotPresent()
  6. 3.4.x tests/src/Functional/Form/LingotekLanguageContentSettingsFormTest.php \Drupal\Tests\lingotek\Functional\Form\LingotekLanguageContentSettingsFormTest::testLingotekMetadataFieldNotPresent()
  7. 3.5.x tests/src/Functional/Form/LingotekLanguageContentSettingsFormTest.php \Drupal\Tests\lingotek\Functional\Form\LingotekLanguageContentSettingsFormTest::testLingotekMetadataFieldNotPresent()
  8. 3.6.x tests/src/Functional/Form/LingotekLanguageContentSettingsFormTest.php \Drupal\Tests\lingotek\Functional\Form\LingotekLanguageContentSettingsFormTest::testLingotekMetadataFieldNotPresent()
  9. 3.7.x tests/src/Functional/Form/LingotekLanguageContentSettingsFormTest.php \Drupal\Tests\lingotek\Functional\Form\LingotekLanguageContentSettingsFormTest::testLingotekMetadataFieldNotPresent()
  10. 3.8.x tests/src/Functional/Form/LingotekLanguageContentSettingsFormTest.php \Drupal\Tests\lingotek\Functional\Form\LingotekLanguageContentSettingsFormTest::testLingotekMetadataFieldNotPresent()

File

tests/src/Functional/Form/LingotekLanguageContentSettingsFormTest.php, line 48

Class

LingotekLanguageContentSettingsFormTest
Tests the Language Content Settings form alters.

Namespace

Drupal\Tests\lingotek\Functional\Form

Code

public function testLingotekMetadataFieldNotPresent() {
  $this
    ->drupalGet('admin/config/regional/content-language');
  $this
    ->assertNoText('Lingotek translation source');
  $this
    ->assertNoText('Lingotek metadata');
}