You are here

public function ConnectorInfoTest::testGetLibName in TMGMT Translator Smartling 8.3

Same name and namespace in other branches
  1. 8.4 tests/src/Kernel/ConnectorInfoTest.php \Drupal\Tests\tmgmt_smartling\Kernel\ConnectorInfoTest::testGetLibName()

File

tests/src/Kernel/ConnectorInfoTest.php, line 17

Class

ConnectorInfoTest
Test ConnectorInfo class methods.

Namespace

Drupal\Tests\tmgmt_smartling\Kernel

Code

public function testGetLibName() {
  $this
    ->assertEquals(ConnectorInfo::getLibName(), 'drupal-tmgmt-connector');
}