Skip to content

Commit

Permalink
Fix ConceptMappingPropertyValueTest test as per issue NatLibFi#846
Browse files Browse the repository at this point in the history
  • Loading branch information
kinow committed Mar 8, 2019
1 parent a8bf375 commit 592886a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tests/ConceptMappingPropertyValueTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,14 @@ public function testAsJskos() {
]
]
],
'uri' => 'http://www.skosmos.skos/mapping/m1',
'notation' => null,
'prefLabel' => 'Eel',
'description' => 'Exactly matching concepts in another vocabulary.',
'hrefLink' => null,
'lang' => 'en',
'vocabName' => 'Test ontology',
'typeLabel' => 'Exactly matching concepts',
], $propvals['Eelhttp://www.skosmos.skos/test/ta115']->asJskos());
}

Expand Down

0 comments on commit 592886a

Please sign in to comment.