Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBenaka Moorthi <benaka.moorthi@gmail.com>2013-09-22 06:48:23 +0400
committerBenaka Moorthi <benaka.moorthi@gmail.com>2013-09-22 06:48:23 +0400
commit2924b3ec36c14ceca24326209cb9f27f5e3afd88 (patch)
tree25ad24235d3b1fb31366c9ad474e660bd6d14c60 /tests
parent37e564fd63afa9ac296229ce5790ef2a2c83ca7a (diff)
Try to get more info about nginx error.
Diffstat (limited to 'tests')
-rwxr-xr-xtests/PHPUnit/Integration/NoVisitTest.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/PHPUnit/Integration/NoVisitTest.php b/tests/PHPUnit/Integration/NoVisitTest.php
index e12ca5d178..7c69b9cd3b 100755
--- a/tests/PHPUnit/Integration/NoVisitTest.php
+++ b/tests/PHPUnit/Integration/NoVisitTest.php
@@ -28,8 +28,6 @@ class Test_Piwik_Integration_NoVisit extends IntegrationTestCase
public function getApiForTesting()
{
// this will output empty XML result sets as no visit was tracked
- return array('VisitsSummary.get', array('idSite' => self::$fixture->idSite,
- 'date' => self::$fixture->dateTime));
return array(
array('all', array('idSite' => self::$fixture->idSite,
'date' => self::$fixture->dateTime)),