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:
authorThomas Steur <thomas.steur@googlemail.com>2014-10-13 07:34:26 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-10-13 07:34:26 +0400
commitfbe119f647d2f11f1c0e0908e9ba118dfead096f (patch)
treee7b3735e40def429cbdba8999091c2668ac75b68 /tests/PHPUnit/System/ArchiveWebTest.php
parent6338666fa26b1e64545a295615c0900e4869c697 (diff)
refs #5940 added deprecated and since annotation
Diffstat (limited to 'tests/PHPUnit/System/ArchiveWebTest.php')
-rw-r--r--tests/PHPUnit/System/ArchiveWebTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/PHPUnit/System/ArchiveWebTest.php b/tests/PHPUnit/System/ArchiveWebTest.php
index 869795dec6..bffa18b44f 100644
--- a/tests/PHPUnit/System/ArchiveWebTest.php
+++ b/tests/PHPUnit/System/ArchiveWebTest.php
@@ -26,7 +26,7 @@ class ArchiveWebTest extends SystemTestCase
public function testWebArchiving()
{
- if(self::isMysqli() && self::isTravisCI()) {
+ if (self::isMysqli() && self::isTravisCI()) {
$this->markTestSkipped('Skipping on Mysqli as it randomly fails.');
}
@@ -36,7 +36,7 @@ class ArchiveWebTest extends SystemTestCase
$urlTmp = Option::get('piwikUrl');
Option::set('piwikUrl', $host . 'tests/PHPUnit/proxy/index.php');
- $url = $host . 'tests/PHPUnit/proxy/archive.php?token_auth=' . $token;
+ $url = $host . 'tests/PHPUnit/proxy/archive.php?token_auth=' . $token;
$output = Http::sendHttpRequest($url, 600);
// ignore random build issues