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:
authordiosmosis <benaka@piwik.pro>2015-09-22 12:13:27 +0300
committerdiosmosis <benaka@piwik.pro>2015-10-27 07:46:25 +0300
commit073203621a39f194003ca7a8c3c8a62ea9113fa5 (patch)
treeffe409717c56357cd6285ec4b549848dce2e7289 /plugins/TestRunner
parentbe599ea9e87047e585dfa8d2be38b043d6d510d8 (diff)
Debugging UI test failure.
Diffstat (limited to 'plugins/TestRunner')
-rw-r--r--plugins/TestRunner/Commands/TestsRunUI.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TestRunner/Commands/TestsRunUI.php b/plugins/TestRunner/Commands/TestsRunUI.php
index 0717c0471a..bdc21327b0 100644
--- a/plugins/TestRunner/Commands/TestsRunUI.php
+++ b/plugins/TestRunner/Commands/TestsRunUI.php
@@ -128,7 +128,7 @@ exports.phpServer = {
REMOTE_ADDR: '127.0.0.1'
};
JS;
-
+echo "JS: $js\n\n";
file_put_contents(PIWIK_INCLUDE_PATH . '/tests/UI/config.js', $js);
}
}