Ejemplo n.º 1
0
 function test_channel_textInput_title_1()
 {
     $content = file_get_contents($this->fp_test_dir . DIRECTORY_SEPARATOR . 'wellformed/rss/channel_textInput_title.xml');
     $feed = new XML_Feed_Parser($content);
     $this->assertEquals('textInput title', $feed->textinput(0, 'title'));
 }