JFacebookObjectTest::testFetchUrl
Test the fetchUrl method.
Signature
public function testFetchUrl(integer
$limit,
integer
$offset,
timestamp
$until,
timestamp
$since,
string
$expected )
Parameters
-
$limit
- The number of objects per page.
-
$offset
- The object's number on the page.
-
$until
- A unix timestamp or any date accepted by strtotime.
-
$since
- A unix timestamp or any date accepted by strtotime.
-
$expected
- The expected result.
Returns
- void