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
diff options
context:
space:
mode:
authorStefan Giehl <stefan@matomo.org>2022-05-23 19:01:13 +0300
committerGitHub <noreply@github.com>2022-05-23 19:01:13 +0300
commit72f3d296d2b7dc6bb4348f401fa427262d72b374 (patch)
tree5751dedfef2d756fd200d288ad2583049798bb5d /tests/PHPUnit
parentde79ff08ccbf67574b27bba7bef417503a35101f (diff)
remove outdated dump url
Diffstat (limited to 'tests/PHPUnit')
-rw-r--r--tests/PHPUnit/Fixtures/SqlDump.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/PHPUnit/Fixtures/SqlDump.php b/tests/PHPUnit/Fixtures/SqlDump.php
index e852425fa9..b3e455bbb2 100644
--- a/tests/PHPUnit/Fixtures/SqlDump.php
+++ b/tests/PHPUnit/Fixtures/SqlDump.php
@@ -25,7 +25,7 @@ class SqlDump extends Fixture
public $period = 'day';
public $idSite = 'all';
public $tablesPrefix = 'piwik_';
- public $dumpUrl = "http://piwik-team.s3.amazonaws.com/generated-logs-one-day.sql.gz";
+ public $dumpUrl = "";
public function setUp(): void
{
@@ -119,4 +119,4 @@ password=$password\n";
return $path;
}
-} \ No newline at end of file
+}