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:
authormattab <matthieu.aubry@gmail.com>2013-11-22 11:23:19 +0400
committermattab <matthieu.aubry@gmail.com>2013-11-22 11:23:19 +0400
commit6c753c5d8358009e07146d4bc77e49ef082f6dce (patch)
treeee3db73c40f474a3f16e933ef2edd17a5b33be97 /tests/PHPUnit/UITest.php
parentadd4e4af16f9e1c3f8c580c8f97201f7f59fbd01 (diff)
Adding new screenshot test case: Themes admin page2.0-b9
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)) {