Auth0\Tests\UsersTest::getAll PHP Method

getAll() protected method

protected getAll ( $client, $entity )
    protected function getAll($client, $entity)
    {
        echo "user_id:'{$entity['user_id']}'";
        return $client->getAll(["q" => "user_id:'{$entity['user_id']}'", "search_engine" => "v2"]);
    }