예제 #1
0
 function testBrand()
 {
     $decoder = new XmlDecoder();
     $brand = $decoder->decodeBrand($this->getXml()->brand);
     $this->assertEquals('89suej9s5ukg', $brand->getUid());
     $this->assertEquals('CHANGE Lingerie', $brand->getName());
 }