Skip to content
Extraits de code Groupes Projets
Valider cba83cec rédigé par mattab's avatar mattab
Parcourir les fichiers

Make test case a bit more robust by setting both user Id and visitor id set refs #3490

parent a8d1b5f1
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -179,6 +179,7 @@ class FewVisitsWithSetVisitorId extends Fixture
$t->setUrl('http://example.org/index.htm');
$userId = 'new-user-id@one-weeklater';
$t->setUserId($userId);
$t->setVisitorId('6ccebef4faef4969'); // this should be ignored and User ID prevail
self::checkResponse($t->doTrackPageView('A page view by ' . $userId));
$t->setForceVisitDateTime($oneWeekLater->addHour(0.8)->getDatetime());
......
Subproject commit 27e0ac1bb3c011a5ff33753192f289b0f453fe56
Subproject commit 2d9a1e519c5e3d80ec22aad76aa178ca2097b925
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter