summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/index.php
blob: f8b76deef03e199722c01f2804922e42913d3600 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<html>
<head>
<title>
Prado Functional Test Suites
</title>
</head>
<body>
<h1>Prado Functional Test Suites</h1>
<ul>
  <li><a href="quickstart.php">Tests of QuickStart Tutorial Demo</a></li>
  <li><a href="validators.php">Tests of Validators</a> (<a href="validators/index.php">test samples</a>)</li>
  <li><a href="tickets.php">Tests of Trac Tickets</a> (<a href="tickets/index.php">test samples</a>)</li>
  <li><a href="features.php">Tests of New Features</a> (<a href="features/index.php">list of new features</a>)</li>
</ul>
</body>
</html>