Convert end of lines.
This commit is contained in:
38
test/wui.php
38
test/wui.php
@@ -1,19 +1,19 @@
|
|||||||
<?php
|
<?php
|
||||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||||
/**
|
/**
|
||||||
* runs all defined tests
|
* runs all defined tests
|
||||||
*
|
*
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
* @package phpMyAdmin-test
|
* @package phpMyAdmin-test
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
require_once 'AllTests.php';
|
require_once 'AllTests.php';
|
||||||
|
|
||||||
echo '<pre>';
|
echo '<pre>';
|
||||||
AllTests::main();
|
AllTests::main();
|
||||||
echo '</pre>';
|
echo '</pre>';
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
Reference in New Issue
Block a user