patch for Copy set of tables to new name pattern.
[phpmyadmin/dennischen.git] / test / wui.php
blobc3b459d0af58d31d28b08bf8c77ae0773e3ae00c
1 <?php
2 /* vim: set expandtab sw=4 ts=4 sts=4: */
3 /**
4 * runs all defined tests
6 * @package phpMyAdmin-test
7 */
9 /**
12 require_once 'AllTests.php';
14 echo '<pre>';
15 AllTests::main();
16 echo '</pre>';