public function testFindPropertyListFromLabelByLanguageCode()
 {
     $instance = new PropertyLabelFinder($this->store);
     $this->assertEquals(array(), $instance->findPropertyListFromLabelByLanguageCode('~*unknownProp*', 'ja'));
 }