Welcome to mirror list, hosted at ThFree Co, Russian Federation.

index.html « tests - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7dd690add0166011557c3ea040a8c65f97cfbf23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<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/matomo-org/matomo/blob/master/tests/README.md">Setup PHPUnit tests</a></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/matomo-org/matomo/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>