Files
phpmyadmin/test/wui.php
2010-04-15 10:23:22 +02:00

20 lines
223 B
PHP

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