Convert end of lines.

This commit is contained in:
Michal Čihař
2010-04-15 10:23:22 +02:00
parent 32d8506607
commit 97a5c047d1

View File

@@ -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>';
?> ?>