示例#1
0
 public function testAtomSearchShowUserReturnsObject()
 {
     $this->twitter->setResponseType('atom');
     $response = $this->twitter->execute('zend', array('show_user' => 'true'));
     $this->assertInstanceOf('Zend\\Feed\\Reader\\Feed\\Atom', $response);
 }