public function LingotekJobManagementTests::testJobTranslationConfigTabHasOwnFilter in Lingotek Translation 3.8.x
Same name and namespace in other branches
- 8.2 tests/src/Functional/LingotekJobManagementTests.php \Drupal\Tests\lingotek\Functional\LingotekJobManagementTests::testJobTranslationConfigTabHasOwnFilter()
- 4.0.x tests/src/Functional/LingotekJobManagementTests.php \Drupal\Tests\lingotek\Functional\LingotekJobManagementTests::testJobTranslationConfigTabHasOwnFilter()
- 3.0.x tests/src/Functional/LingotekJobManagementTests.php \Drupal\Tests\lingotek\Functional\LingotekJobManagementTests::testJobTranslationConfigTabHasOwnFilter()
- 3.1.x tests/src/Functional/LingotekJobManagementTests.php \Drupal\Tests\lingotek\Functional\LingotekJobManagementTests::testJobTranslationConfigTabHasOwnFilter()
- 3.2.x tests/src/Functional/LingotekJobManagementTests.php \Drupal\Tests\lingotek\Functional\LingotekJobManagementTests::testJobTranslationConfigTabHasOwnFilter()
- 3.3.x tests/src/Functional/LingotekJobManagementTests.php \Drupal\Tests\lingotek\Functional\LingotekJobManagementTests::testJobTranslationConfigTabHasOwnFilter()
- 3.4.x tests/src/Functional/LingotekJobManagementTests.php \Drupal\Tests\lingotek\Functional\LingotekJobManagementTests::testJobTranslationConfigTabHasOwnFilter()
- 3.5.x tests/src/Functional/LingotekJobManagementTests.php \Drupal\Tests\lingotek\Functional\LingotekJobManagementTests::testJobTranslationConfigTabHasOwnFilter()
- 3.6.x tests/src/Functional/LingotekJobManagementTests.php \Drupal\Tests\lingotek\Functional\LingotekJobManagementTests::testJobTranslationConfigTabHasOwnFilter()
- 3.7.x tests/src/Functional/LingotekJobManagementTests.php \Drupal\Tests\lingotek\Functional\LingotekJobManagementTests::testJobTranslationConfigTabHasOwnFilter()
File
- tests/
src/ Functional/ LingotekJobManagementTests.php, line 202
Class
- LingotekJobManagementTests
- Tests job management listings.
Namespace
Drupal\Tests\lingotek\FunctionalCode
public function testJobTranslationConfigTabHasOwnFilter() {
$this
->createContent();
$this
->testJobTranslationConfigTab();
// Let's see the differences in the regular config tab.
$this
->goToConfigBulkManagementForm();
$this
->assertText('System information');
$this
->assertText('Account settings');
}