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

TODO these system tests need to be moved to Provider plugin refs #5341

parent 949bc2b8
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -37,7 +37,6 @@ class BlobReportLimitingTest extends SystemTestCase ...@@ -37,7 +37,6 @@ class BlobReportLimitingTest extends SystemTestCase
public function getApiForTesting() public function getApiForTesting()
{ {
// TODO: test Provider plugin? Not sure if it's possible.
$apiToCall = array( $apiToCall = array(
'Actions.getPageUrls', 'Actions.getPageTitles', 'Actions.getDownloads', 'Actions.getOutlinks', 'Actions.getPageUrls', 'Actions.getPageTitles', 'Actions.getDownloads', 'Actions.getOutlinks',
'CustomVariables.getCustomVariables', 'CustomVariables.getCustomVariables',
...@@ -70,6 +69,8 @@ class BlobReportLimitingTest extends SystemTestCase ...@@ -70,6 +69,8 @@ class BlobReportLimitingTest extends SystemTestCase
'date' => $dateTime, 'date' => $dateTime,
'periods' => array('day'))), 'periods' => array('day'))),
// TODO these system tests need to be moved to Provider plugin
/*
array('Provider.getProvider', array('idSite' => $idSite, array('Provider.getProvider', array('idSite' => $idSite,
'date' => $dateTime, 'date' => $dateTime,
'periods' => array('month'))), 'periods' => array('month'))),
...@@ -79,6 +80,7 @@ class BlobReportLimitingTest extends SystemTestCase ...@@ -79,6 +80,7 @@ class BlobReportLimitingTest extends SystemTestCase
'periods' => array('month'), 'periods' => array('month'),
'segment' => 'provider==comcast.net', 'segment' => 'provider==comcast.net',
'testSuffix' => '_segment_provider')), 'testSuffix' => '_segment_provider')),
*/
// test getDownloads w/ period=range & flat=1 // test getDownloads w/ period=range & flat=1
array('Actions.getDownloads', array('idSite' => $idSite, array('Actions.getDownloads', array('idSite' => $idSite,
......
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