You are here

public function LingotekLocaleTest::testConvertLingotek2Drupal in Lingotek Translation 8

File

src/Tests/LingotekLocaleTest.php, line 22

Class

LingotekLocaleTest
Tests LingotekLocale.

Namespace

Drupal\lingotek\Tests

Code

public function testConvertLingotek2Drupal() {

  // ToDo: Improve testing coverage.
  $this
    ->assertIdentical('zh_CN', LingotekLocale::convertDrupal2Lingotek('zh-hans'));
}