Ejemplo n.º 1
0
 function test_itunes_channel_keywords_multiple_1()
 {
     $content = file_get_contents($this->fp_test_dir . DIRECTORY_SEPARATOR . 'wellformed/itunes/itunes_channel_keywords_multiple.xml');
     $feed = new XML_Feed_Parser($content, false, true);
     $this->assertEquals('Gadgets', $feed->tags(0, 'term'));
 }