public function LingotekLocaleTest::testConvertDrupal2Lingotek in Lingotek Translation 8
File
- src/
Tests/ LingotekLocaleTest.php, line 17
Class
- LingotekLocaleTest
- Tests LingotekLocale.
Namespace
Drupal\lingotek\TestsCode
public function testConvertDrupal2Lingotek() {
// ToDo: Improve testing coverage.
$this
->assertIdentical('zh-hans', LingotekLocale::convertLingotek2Drupal('zh_CN'));
}