예제 #1
0
 function testProjectedIdOfUnmappedIdIsParentId()
 {
     $licenseMap = new LicenseMap($this->dbManager, $this->groupId);
     $licenseMap->getGroupId();
     assertThat($licenseMap->getProjectedId(2), is(1));
 }