File tree Expand file tree Collapse file tree
tests/Fixtures/inc/Engine/Admin/RocketInsights/Recommendations/APIClient Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 'global_score ' => 65 ,
2929 'language ' => 'en ' ,
3030 'limit ' => 5 ,
31+ 'credentials ' => [
32+ 'wpr_email ' =>
'[email protected] ' ,
33+ 'wpr_key ' => 'xxxxxx ' ,
34+ ],
3135 ],
3236 'timeout ' => 15 ,
3337 ],
5458 'custom_args ' => [],
5559 'api_url ' => '' ,
5660 'request_uri ' => '' ,
57- 'request_args ' => [],
61+ 'request_args ' => [
62+ 'body ' => [
63+ 'credentials ' => [
64+ 'wpr_email ' =>
'[email protected] ' ,
65+ 'wpr_key ' => 'xxxxxx ' ,
66+ ],
67+ ],
68+ ],
5869 'response ' => null ,
5970 'is_wp_error ' => false ,
6071 ],
7687 'method ' => 'GET ' ,
7788 'body ' => [
788990+ 'credentials ' => [
91+ 'wpr_email ' =>
'[email protected] ' ,
92+ 'wpr_key ' => 'xxxxxx ' ,
93+ ],
7994 ],
8095 'timeout ' => 15 ,
8196 ],
106121 'method ' => 'GET ' ,
107122 'body ' => [
108123124+ 'credentials ' => [
125+ 'wpr_email ' =>
'[email protected] ' ,
126+ 'wpr_key ' => 'xxxxxx ' ,
127+ ],
109128 ],
110129 'timeout ' => 15 ,
111130 ],
136155 'method ' => 'GET ' ,
137156 'body ' => [
138157158+ 'credentials ' => [
159+ 'wpr_email ' =>
'[email protected] ' ,
160+ 'wpr_key ' => 'xxxxxx ' ,
161+ ],
139162 ],
140163 'timeout ' => 15 ,
141164 ],
170193 'body ' => [
171194172195 'global_score ' => 65 ,
196+ 'credentials ' => [
197+ 'wpr_email ' =>
'[email protected] ' ,
198+ 'wpr_key ' => 'xxxxxx ' ,
199+ ],
173200 ],
174201 'timeout ' => 15 ,
175202 ],
You can’t perform that action at this time.
0 commit comments