public function LingotekLanguageContentSettingsFormTest::testLingotekMetadataFieldNotPresent in Lingotek Translation 3.6.x
Same name and namespace in other branches
- 8.2 tests/src/Functional/Form/LingotekLanguageContentSettingsFormTest.php \Drupal\Tests\lingotek\Functional\Form\LingotekLanguageContentSettingsFormTest::testLingotekMetadataFieldNotPresent()
- 4.0.x tests/src/Functional/Form/LingotekLanguageContentSettingsFormTest.php \Drupal\Tests\lingotek\Functional\Form\LingotekLanguageContentSettingsFormTest::testLingotekMetadataFieldNotPresent()
- 3.0.x tests/src/Functional/Form/LingotekLanguageContentSettingsFormTest.php \Drupal\Tests\lingotek\Functional\Form\LingotekLanguageContentSettingsFormTest::testLingotekMetadataFieldNotPresent()
- 3.1.x tests/src/Functional/Form/LingotekLanguageContentSettingsFormTest.php \Drupal\Tests\lingotek\Functional\Form\LingotekLanguageContentSettingsFormTest::testLingotekMetadataFieldNotPresent()
- 3.2.x tests/src/Functional/Form/LingotekLanguageContentSettingsFormTest.php \Drupal\Tests\lingotek\Functional\Form\LingotekLanguageContentSettingsFormTest::testLingotekMetadataFieldNotPresent()
- 3.3.x tests/src/Functional/Form/LingotekLanguageContentSettingsFormTest.php \Drupal\Tests\lingotek\Functional\Form\LingotekLanguageContentSettingsFormTest::testLingotekMetadataFieldNotPresent()
- 3.4.x tests/src/Functional/Form/LingotekLanguageContentSettingsFormTest.php \Drupal\Tests\lingotek\Functional\Form\LingotekLanguageContentSettingsFormTest::testLingotekMetadataFieldNotPresent()
- 3.5.x tests/src/Functional/Form/LingotekLanguageContentSettingsFormTest.php \Drupal\Tests\lingotek\Functional\Form\LingotekLanguageContentSettingsFormTest::testLingotekMetadataFieldNotPresent()
- 3.7.x tests/src/Functional/Form/LingotekLanguageContentSettingsFormTest.php \Drupal\Tests\lingotek\Functional\Form\LingotekLanguageContentSettingsFormTest::testLingotekMetadataFieldNotPresent()
- 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\FormCode
public function testLingotekMetadataFieldNotPresent() {
$this
->drupalGet('admin/config/regional/content-language');
$this
->assertNoText('Lingotek translation source');
$this
->assertNoText('Lingotek metadata');
}