コード例 #1
0
 /**
  * Tests ServiceRegistry->getMetadata()
  */
 public function testGetMetadata()
 {
     $result = $this->ServiceRegistry->getMetadata("http://ivotestsp.local");
     $this->assertTrue(is_array($result));
     $this->assertEquals("A description", $result["description:en"]);
 }