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>2014-02-21 05:33:41 +0400
committermattab <matthieu.aubry@gmail.com>2014-02-21 05:33:41 +0400
commit041d364df60f1ed69a21f8f3e5790364a8f7023b (patch)
tree25370758446df391f898719f3e309ad5c83ce3d1 /tests/index.html
parent539cb8df8d0ec28a6e5bd5e40e1a6321420a64e8 (diff)
Minor
Diffstat (limited to 'tests/index.html')
-rw-r--r--tests/index.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/tests/index.html b/tests/index.html
new file mode 100644
index 0000000000..9078a41907
--- /dev/null
+++ b/tests/index.html
@@ -0,0 +1,18 @@
+<html>
+<body>
+<p>Hello, world!</p>
+
+<p>Today looks like an ideal day to write & run tests.</p>
+
+<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>
+</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>
+
+<img src='resources/disturbing-image.jpg' alt='I find your lack of tests disturbing'>
+<br/><i><a href='http://www.flickr.com/photos/sebastian_bergmann/2282734669/'>Photo source & license</a></i>
+</body>
+</html>