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:
Diffstat (limited to 'tests/PHPUnit/Integration/HttpTest.php')
-rw-r--r--tests/PHPUnit/Integration/HttpTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/PHPUnit/Integration/HttpTest.php b/tests/PHPUnit/Integration/HttpTest.php
index e3209c8ae1..73bcd27b35 100644
--- a/tests/PHPUnit/Integration/HttpTest.php
+++ b/tests/PHPUnit/Integration/HttpTest.php
@@ -359,7 +359,7 @@ class HttpTest extends \PHPUnit\Framework\TestCase
'timeout' => 30,
'headers' => array(
'Range: bytes=10-20',
- 'Via: ' . Version::VERSION . ' (Piwik/' . Version::VERSION . ')',
+ 'Via: ' . Version::VERSION . ' (Matomo/' . Version::VERSION . ')',
'X-Forwarded-For: 127.0.0.1',
),
'verifySsl' => true,
@@ -375,7 +375,7 @@ class HttpTest extends \PHPUnit\Framework\TestCase
'timeout' => 30,
'headers' => array(
'Range: bytes=10-20',
- 'Via: ' . Version::VERSION . ' (Piwik/' . Version::VERSION . ')',
+ 'Via: ' . Version::VERSION . ' (Matomo/' . Version::VERSION . ')',
'X-Forwarded-For: 127.0.0.1',
),
'verifySsl' => true,