mirror of
https://github.com/cytopia/devilbox.git
synced 2025-01-13 16:30:29 +00:00
18 lines
203 B
PHP
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>';
|
||
|
|