From 95d7bcd337206ab041294b6ba544d910ee5e6d51 Mon Sep 17 00:00:00 2001
From: Matthieu Aubry <matt@piwik.org>
Date: Tue, 30 Sep 2014 11:34:13 +1300
Subject: [PATCH] make filename shorter less than 144chars

---
 tests/PHPUnit/Integration/PivotByQueryParamTest.php | 4 ++--
 1 file 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();
-- 
GitLab