Ejemplo n.º 1
0
 function test_channel_cloud_registerProcedure_1()
 {
     $content = file_get_contents($this->fp_test_dir . DIRECTORY_SEPARATOR . 'wellformed/rss/channel_cloud_registerProcedure.xml');
     $feed = new XML_Feed_Parser($content);
     $this->assertEquals('myCloud.rssPleaseNotify', $feed->cloud(0, 'registerprocedure'));
 }