devilbox/.devilbox/www/htdocs/vendor/phpmyadmin/test/wui.php
2016-10-22 16:57:10 +02:00

18 lines
203 B
PHP

<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* runs all defined tests
*
* @package PhpMyAdmin-test
*/
/**
*
*/
require_once 'AllTests.php';
echo '<pre>';
AllTests::main();
echo '</pre>';