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:
-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
+}