コード例 #1
0
ファイル: AppTest.php プロジェクト: hybridneo/zendgdata
 public function testImportFile()
 {
     $feed = App::importFile($this->fileName, 'ZendGData\\App\\Feed', true);
     $this->assertEquals('dive into mark', $feed->title->text);
 }