Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMichal Čihař <mcihar@novell.com>2010-04-15 12:23:22 +0400
committerMichal Čihař <mcihar@novell.com>2010-04-15 12:23:22 +0400
commit97a5c047d135990f106d2db1918dbf34d2b4c49d (patch)
tree8b6e0336d6d51513181a3dd39dcc79cc7c7ccb9a /test
parent32d85066078569987a88dd9951488519fdfa699e (diff)
Convert end of lines.
Diffstat (limited to 'test')
-rw-r--r--test/wui.php38
1 files changed, 19 insertions, 19 deletions
diff --git a/test/wui.php b/test/wui.php
index 77898bc112..d1f6f6cce5 100644
--- a/test/wui.php
+++ b/test/wui.php
@@ -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>';
-
-?> \ No newline at end of file
+<?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>';
+
+?>