File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -208,14 +208,14 @@ public function testInvalidUrl()
208
208
*/
209
209
public function testOptionalParameters ()
210
210
{
211
- $ this ->_matomo ->setDate ('2018-10 -01 ' );
211
+ $ this ->_matomo ->setDate ('2019-07 -01 ' );
212
212
$ this ->_matomo ->setPeriod (Matomo::PERIOD_WEEK );
213
213
$ result = $ this ->_matomo ->getWebsites ('' , [
214
214
'flat ' => 1 ,
215
215
]);
216
216
217
217
$ this ->assertIsArray ($ result );
218
- $ this ->assertEquals (934 , $ result [0 ]->nb_visits );
218
+ $ this ->assertEquals (717 , $ result [0 ]->nb_visits );
219
219
}
220
220
221
221
/**
@@ -225,7 +225,7 @@ public function testOptionalParameters()
225
225
*/
226
226
public function testCustomVariables ()
227
227
{
228
- $ this ->_matomo ->setDate ('2018-10 -01 ' );
228
+ $ this ->_matomo ->setDate ('2019-07 -01 ' );
229
229
$ this ->_matomo ->setPeriod (Matomo::PERIOD_WEEK );
230
230
$ result = $ this ->_matomo ->getCustomVariables ();
231
231
You can’t perform that action at this time.
0 commit comments