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/UITest.php')
-rw-r--r--tests/PHPUnit/UITest.php7
1 files changed, 6 insertions, 1 deletions
diff --git a/tests/PHPUnit/UITest.php b/tests/PHPUnit/UITest.php
index ad2206b7bb..26988c5a43 100644
--- a/tests/PHPUnit/UITest.php
+++ b/tests/PHPUnit/UITest.php
@@ -113,7 +113,7 @@ abstract class UITest extends IntegrationTestCase
parent::tearDownAfterClass();
}
-
+
public function setUp()
{
parent::setUp();
@@ -262,6 +262,11 @@ Screenshot diff: $diffPath\n";
}
}
+ self::createProxySymlinks();
+ }
+
+ private static function createProxySymlinks()
+ {
foreach (self::$recursiveProxyLinkNames as $linkName) {
$linkPath = PIWIK_INCLUDE_PATH . '/tests/PHPUnit/proxy/' . $linkName;
if (!file_exists($linkPath)) {