public function LingotekLocaleTest::testConvertDrupal2Lingotek in Lingotek Translation 3.6.x
Same name and namespace in other branches
- 8.2 tests/src/Functional/LingotekLocaleTest.php \Drupal\Tests\lingotek\Functional\LingotekLocaleTest::testConvertDrupal2Lingotek()
- 4.0.x tests/src/Functional/LingotekLocaleTest.php \Drupal\Tests\lingotek\Functional\LingotekLocaleTest::testConvertDrupal2Lingotek()
- 3.0.x tests/src/Functional/LingotekLocaleTest.php \Drupal\Tests\lingotek\Functional\LingotekLocaleTest::testConvertDrupal2Lingotek()
- 3.1.x tests/src/Functional/LingotekLocaleTest.php \Drupal\Tests\lingotek\Functional\LingotekLocaleTest::testConvertDrupal2Lingotek()
- 3.2.x tests/src/Functional/LingotekLocaleTest.php \Drupal\Tests\lingotek\Functional\LingotekLocaleTest::testConvertDrupal2Lingotek()
- 3.3.x tests/src/Functional/LingotekLocaleTest.php \Drupal\Tests\lingotek\Functional\LingotekLocaleTest::testConvertDrupal2Lingotek()
- 3.4.x tests/src/Functional/LingotekLocaleTest.php \Drupal\Tests\lingotek\Functional\LingotekLocaleTest::testConvertDrupal2Lingotek()
- 3.5.x tests/src/Functional/LingotekLocaleTest.php \Drupal\Tests\lingotek\Functional\LingotekLocaleTest::testConvertDrupal2Lingotek()
- 3.7.x tests/src/Functional/LingotekLocaleTest.php \Drupal\Tests\lingotek\Functional\LingotekLocaleTest::testConvertDrupal2Lingotek()
- 3.8.x tests/src/Functional/LingotekLocaleTest.php \Drupal\Tests\lingotek\Functional\LingotekLocaleTest::testConvertDrupal2Lingotek()
File
- tests/
src/ Functional/ LingotekLocaleTest.php, line 22
Class
- LingotekLocaleTest
- Tests LingotekLocale.
Namespace
Drupal\Tests\lingotek\FunctionalCode
public function testConvertDrupal2Lingotek() {
// ToDo: Improve testing coverage.
$this
->assertIdentical('zh-hans', LingotekLocale::convertLingotek2Drupal('zh_CN'));
}