Revert initial commit
[phpmyadmin/blinky.git] / test / wui.php
blobd1f6f6cce5f10de6e864296a1281721ad052e508
1 <?php
2 /* vim: set expandtab sw=4 ts=4 sts=4: */
3 /**
4 * runs all defined tests
6 * @version $Id$
7 * @package phpMyAdmin-test
8 */
10 /**
13 require_once 'AllTests.php';
15 echo '<pre>';
16 AllTests::main();
17 echo '</pre>';