bucket www.foo.com 1234 20150101 BBBB; public function testFromXml() { $info = new CnameTokenInfo(); $info->parseFromXml($this->xml1); $this->assertEquals('bucket', $info->getBucket()); $this->assertEquals('www.foo.com', $info->getCname()); $this->assertEquals('1234', $info->getToken()); $this->assertEquals('20150101', $info->getExpireTime()); } }