Translation update done using Pootle.
[phpmyadmin/madhuracj.git] / test / wui.php
blobf6fd819817de4efcb00c61372edec75318ca719f
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>';