bug 2910568 [structure] Table size for ARCHIVE tables is not displayed
[phpmyadmin/crack.git] / test / wui.php
blob6d2e37ca8fdfc975612afa05e6f94964a19e8a12
1 <?php
2 /* vim: set expandtab sw=4 ts=4 sts=4: */
3 /**
4 * runs all defined tests
6 * @version $Id: AllTests.php 12036 2008-11-30 11:49:44Z lem9 $
7 * @package phpMyAdmin-test
8 */
10 /**
13 require_once 'AllTests.php';
15 echo '<pre>';
16 AllTests::main();
17 echo '</pre>';