/** * @group ZF-10243 */ public function testStaticImportWithoutUsingObjectMapping() { $this->adapter->setResponse($this->httpEntrySample); $feed = Zend_Gdata_App::import('http://www.example.com', $this->client, 'Zend_Gdata_App_Feed', false); $this->assertContains('<id>12345678901234567890</id>', $feed); }