caore d8 files
@@ -0,0 +1,5 @@
|
||||
|
||||
These files are useful in tests that upload files or otherwise need to
|
||||
manipulate files, in which case they are copied to the files directory as
|
||||
specified in the site settings. Dummy files can also be generated by tests in
|
||||
order to save space.
|
||||
@@ -0,0 +1 @@
|
||||
<h1>SimpleTest HTML</h1>
|
||||
@@ -0,0 +1 @@
|
||||
<h1>SimpleTest HTML</h1>
|
||||
|
After Width: | Height: | Size: 38 KiB |
|
After Width: | Height: | Size: 1.8 KiB |
|
After Width: | Height: | Size: 964 B |
|
After Width: | Height: | Size: 140 B |
|
After Width: | Height: | Size: 183 B |
|
After Width: | Height: | Size: 183 B |
|
After Width: | Height: | Size: 1.9 KiB |
|
After Width: | Height: | Size: 125 B |
@@ -0,0 +1,3 @@
|
||||
<script>
|
||||
alert('SimpleTest PHP was executed!');
|
||||
</script>
|
||||
@@ -0,0 +1,3 @@
|
||||
<script>
|
||||
alert('SimpleTest PHP was executed!');
|
||||
</script>
|
||||
@@ -0,0 +1,4 @@
|
||||
<?php
|
||||
// @codingStandardsIgnoreFile
|
||||
print 'SimpleTest PHP was executed!';
|
||||
?>
|
||||
@@ -0,0 +1,3 @@
|
||||
<?php
|
||||
// @codingStandardsIgnoreFile
|
||||
print 'SimpleTest PHP was executed!';
|
||||
@@ -0,0 +1 @@
|
||||
SELECT invalid_field FROM {invalid_table}
|
||||