Skip to content
Extraits de code Groupes Projets
Valider 3f541b60 rédigé par Matthieu Aubry's avatar Matthieu Aubry
Parcourir les fichiers

Merge pull request #7467 from piwik/tests_names_shor

Shorten unit test names as fixture file has too long filename on some version of linux
parents 3c242822 09079621
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -84,7 +84,7 @@ class AttributeHistoricalDataWithLocationsTest extends IntegrationTestCase ...@@ -84,7 +84,7 @@ class AttributeHistoricalDataWithLocationsTest extends IntegrationTestCase
); );
} }
public function testExecute_ShouldReturnLogAfterWorkingWithSomeData_IfThereAreData() public function testExecute_ShouldReturnLogAfterWorkingWithSomeData()
{ {
$result = $this->executeCommand('2010-01-03,2010-06-03'); $result = $this->executeCommand('2010-01-03,2010-06-03');
...@@ -145,4 +145,4 @@ class AttributeHistoricalDataWithLocationsTest extends IntegrationTestCase ...@@ -145,4 +145,4 @@ class AttributeHistoricalDataWithLocationsTest extends IntegrationTestCase
} }
} }
AttributeHistoricalDataWithLocationsTest::$fixture = new ManyVisitsWithGeoIP(); AttributeHistoricalDataWithLocationsTest::$fixture = new ManyVisitsWithGeoIP();
\ No newline at end of file
...@@ -163,4 +163,4 @@ ...@@ -163,4 +163,4 @@
<region_name>Lazio</region_name> <region_name>Lazio</region_name>
<logo>plugins/UserCountry/images/flags/it.png</logo> <logo>plugins/UserCountry/images/flags/it.png</logo>
</row> </row>
</result> </result>
\ No newline at end of file
...@@ -75,4 +75,4 @@ ...@@ -75,4 +75,4 @@
<sum_daily_nb_users>1</sum_daily_nb_users> <sum_daily_nb_users>1</sum_daily_nb_users>
<code>UserCountry_continent_eur</code> <code>UserCountry_continent_eur</code>
</row> </row>
</result> </result>
\ No newline at end of file
...@@ -203,4 +203,4 @@ ...@@ -203,4 +203,4 @@
<logoWidth>16</logoWidth> <logoWidth>16</logoWidth>
<logoHeight>11</logoHeight> <logoHeight>11</logoHeight>
</row> </row>
</result> </result>
\ No newline at end of file
...@@ -149,4 +149,4 @@ ...@@ -149,4 +149,4 @@
<region_name>Lazio</region_name> <region_name>Lazio</region_name>
<logo>plugins/UserCountry/images/flags/it.png</logo> <logo>plugins/UserCountry/images/flags/it.png</logo>
</row> </row>
</result> </result>
\ No newline at end of file
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter