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
/* 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>';
?>
<?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>';
?>