summaryrefslogtreecommitdiff
path: root/modules/simpletest/files
diff options
context:
space:
mode:
Diffstat (limited to 'modules/simpletest/files')
-rw-r--r--modules/simpletest/files/README.txt2
-rw-r--r--modules/simpletest/files/javascript-1.txt2
-rw-r--r--modules/simpletest/files/php-1.txt2
3 files changed, 3 insertions, 3 deletions
diff --git a/modules/simpletest/files/README.txt b/modules/simpletest/files/README.txt
index d808510da..1ada14e29 100644
--- a/modules/simpletest/files/README.txt
+++ b/modules/simpletest/files/README.txt
@@ -2,4 +2,4 @@ $Id$
These files are use in some tests that upload files or other operations were
a file is useful. These files are copied to the files directory as specified
-in the site settings. Other tests files are generated in order to save space. \ No newline at end of file
+in the site settings. Other tests files are generated in order to save space.
diff --git a/modules/simpletest/files/javascript-1.txt b/modules/simpletest/files/javascript-1.txt
index e0206ba83..efd44fd93 100644
--- a/modules/simpletest/files/javascript-1.txt
+++ b/modules/simpletest/files/javascript-1.txt
@@ -1,3 +1,3 @@
<script>
alert('SimpleTest PHP was executed!');
-</script> \ No newline at end of file
+</script>
diff --git a/modules/simpletest/files/php-1.txt b/modules/simpletest/files/php-1.txt
index dc8e64213..52788b6fe 100644
--- a/modules/simpletest/files/php-1.txt
+++ b/modules/simpletest/files/php-1.txt
@@ -1,3 +1,3 @@
<?php
print 'SimpleTest PHP was executed!';
-?> \ No newline at end of file
+?>