public function testListsGetAll() { Client::relateIQ(GlobalVar::KEY, GlobalVar::SECRET); Lists::setFetchOptions(["_ids" => "53ae0c09e4b0f0eb6bc57ecd"]); $lists = Lists::fetchPage(); $this->assertNotNull($lists); }