Translated using Weblate (Armenian)
[phpmyadmin.git] / test / wui.php
blobb479634af250ddd0d1fd4dccc8894eeb73c84ee7
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>';