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:
authorMatthieu Aubry <mattab@users.noreply.github.com>2016-08-23 04:16:54 +0300
committerGitHub <noreply@github.com>2016-08-23 04:16:54 +0300
commit58d7fb3f8065eaee299396fc2347ecdb8f9bdc77 (patch)
tree54abe04737a53ae35615eb853b27f1290304ae5f /tests/index.html
parentc941d6ade984c9705c864796891dc0589dad3911 (diff)
Create index.htm files in all tmp/ sub-folder as an additional safety net (#10414)
* Create index.htm files in tmp/ folder as safe net * UI test * silent fail * fix unit test * Minor Improvement to description * Fix release checklist * Fix release checklist * UI test * UI test logic * Actually make methods public to keep BC
Diffstat (limited to 'tests/index.html')
-rw-r--r--tests/index.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/index.html b/tests/index.html
index 9078a41907..ac14989274 100644
--- a/tests/index.html
+++ b/tests/index.html
@@ -6,8 +6,7 @@
<ul>
<li><a href="https://github.com/piwik/piwik/blob/master/tests/README.md">Setup PHPUnit tests</a></li>
- <li><a href="javascript/">Run piwik.js Javascript unit & integration tests</a>. <br/><i>Note: the Javascript tests
- are not executed in Jenkins so must be run manually on major browsers after any change to piwik.js</i></li>
+ <li><a href="javascript/">Run piwik.js Javascript unit & integration tests</a>. <br/></li>
</ul>
<p>If you are new to the wonderful world of testing, <a href='https://github.com/piwik/piwik/blob/master/tests/README.md'>see the README</a> for an introduction.</p>