My favorites
▼
|
Sign in
withgod
withgod's public codes
Project Home
Downloads
Wiki
Source
Checkout
Browse
Changes
Source path:
svn
/
trunk
/
twitter
/
110-users-search.phpt
r36
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--TEST--
users-search
--FILE--
<?php
require_once dirname(__FILE__) . '/setup.php';
try {
$twitter = Services_Twitter_factory('users/search');
$response = $twitter->users->search(array('q' => 'twitter'));
var_dump(is_array($response) && $response[0] instanceof stdclass && count($response) == 20);
} catch (Services_Twitter_Exception $exc) {
echo $exc . "\n";
}
?>
--EXPECT--
bool(true)
Show details
Hide details
Change log
r35
by nocontents on Apr 22, 2010
Diff
from hg
Go to:
...nk/twitter/110-users-search.phpt
...vices_Twitter.php.20100407.patch
/trunk/twitter/api.xml.patch
Older revisions
All revisions of this file
File info
Size: 406 bytes, 18 lines
View raw file
Powered by
Google Project Hosting