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:
authorMatthieu Aubry <matt@piwik.org>2014-09-30 02:34:13 +0400
committerMatthieu Aubry <matt@piwik.org>2014-09-30 02:34:13 +0400
commit95d7bcd337206ab041294b6ba544d910ee5e6d51 (patch)
tree93e2121f759276656f8cbc98b5b7f7be84856cf8 /tests
parentdb0ea72d1e298a5f131b0c287d26c5434a78182c (diff)
make filename shorter less than 144chars
Diffstat (limited to 'tests')
-rw-r--r--tests/PHPUnit/Integration/PivotByQueryParamTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/PHPUnit/Integration/PivotByQueryParamTest.php b/tests/PHPUnit/Integration/PivotByQueryParamTest.php
index b668a68f7a..7e579f4b5e 100644
--- a/tests/PHPUnit/Integration/PivotByQueryParamTest.php
+++ b/tests/PHPUnit/Integration/PivotByQueryParamTest.php
@@ -43,7 +43,7 @@ class PivotByQueryParamTest extends IntegrationTestCase
));
}
- public function test_PivotBySubtableDimension_CreatesCorrectPivotTable_WhenEntireHirearchyIsNotLoaded()
+ public function test_PivotBySubtableDimension_WhenEntireHirearchyIsNotLoaded()
{
$this->assertApiResponseEqualsExpected("Referrers.getKeywords", array(
'idSite' => self::$fixture->idSite,
@@ -186,4 +186,4 @@ class PivotByQueryParamTest extends IntegrationTestCase
}
}
-PivotByQueryParamTest::$fixture = new ManyVisitsWithMockLocationProvider(); \ No newline at end of file
+PivotByQueryParamTest::$fixture = new ManyVisitsWithMockLocationProvider();