Exemplo n.º 1
0
 function testProjectedShortNameOfMappedId()
 {
     $licenseMap = new LicenseMap($this->dbManager, $this->groupId);
     assertThat($licenseMap->getProjectedShortName(2), is('One'));
 }