3.3.9.1 release
[phpmyadmin/crack.git] / test / wui.php
blob77898bc112c4d6f0d871bb1b9d81084a9bc084e6
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>';