From 97c6a281df737c38c5e50e6b35fff88635061b1b Mon Sep 17 00:00:00 2001 From: mattab <matthieu.aubry@gmail.com> Date: Tue, 22 Sep 2015 10:27:24 +1200 Subject: [PATCH] TODO these system tests need to be moved to Provider plugin refs #5341 --- tests/PHPUnit/System/BlobReportLimitingTest.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/PHPUnit/System/BlobReportLimitingTest.php b/tests/PHPUnit/System/BlobReportLimitingTest.php index 344e10118f..6d07101853 100755 --- a/tests/PHPUnit/System/BlobReportLimitingTest.php +++ b/tests/PHPUnit/System/BlobReportLimitingTest.php @@ -37,7 +37,6 @@ class BlobReportLimitingTest extends SystemTestCase public function getApiForTesting() { - // TODO: test Provider plugin? Not sure if it's possible. $apiToCall = array( 'Actions.getPageUrls', 'Actions.getPageTitles', 'Actions.getDownloads', 'Actions.getOutlinks', 'CustomVariables.getCustomVariables', @@ -70,6 +69,8 @@ class BlobReportLimitingTest extends SystemTestCase 'date' => $dateTime, 'periods' => array('day'))), + // TODO these system tests need to be moved to Provider plugin + /* array('Provider.getProvider', array('idSite' => $idSite, 'date' => $dateTime, 'periods' => array('month'))), @@ -79,6 +80,7 @@ class BlobReportLimitingTest extends SystemTestCase 'periods' => array('month'), 'segment' => 'provider==comcast.net', 'testSuffix' => '_segment_provider')), + */ // test getDownloads w/ period=range & flat=1 array('Actions.getDownloads', array('idSite' => $idSite, -- GitLab