1
0
قرینه از https://github.com/matomo-org/matomo.git synced 2025-08-21 14:37:49 +00:00
Files
matomo/tests/index.html
Luca ec50e64033 Update GitHub links in tests/index.html (#14632)
I adjusted the GitHub Links for 'Setup PHPUnit tests' and 'see the README'
2019-07-05 19:19:06 +02:00

18 خطوط
699 B
HTML

<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>