JTwitterListsTest::testDeleteMembersFailure
Tests the deleteListMembers method - failure
Signature
public function testDeleteMembersFailure(mixed
$list,
string
$user_id,
string
$screen_name,
mixed
$owner )
Parameters
-
$list
- Either an integer containing the list ID or a string containing the list slug.
-
$user_id
- A comma separated list of user IDs, up to 100 are allowed in a single request.
-
$screen_name
- A comma separated list of screen names, up to 100 are allowed in a single request.
-
$owner
- Either an integer containing the user ID or a string containing the screen name of the owner.
Returns
- void