コード例 #1
0
 public function testGetMetaDataForKey()
 {
     $result = $this->ServiceRegistry->getMetaDataForKey("http://ivotestsp.local", "certData");
     $this->assertTrue(is_string($result));
     $this->assertEquals("aaaaabbbbb", $result);
 }