Drupal 8.0.0 beta 12. More info: https://www.drupal.org/node/2514176

This commit is contained in:
Pantheon Automation 2015-08-17 17:00:26 -07:00 committed by Greg Anderson
commit 9921556621
13277 changed files with 1459781 additions and 0 deletions

View file

@ -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.

View file

@ -0,0 +1 @@
<h1>SimpleTest HTML</h1>

View file

@ -0,0 +1 @@
<h1>SimpleTest HTML</h1>

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 964 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 183 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 183 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 125 B

View file

@ -0,0 +1,3 @@
<script>
alert('SimpleTest PHP was executed!');
</script>

View file

@ -0,0 +1,3 @@
<script>
alert('SimpleTest PHP was executed!');
</script>

View file

@ -0,0 +1,3 @@
<?php
print 'SimpleTest PHP was executed!';
?>

View file

@ -0,0 +1,2 @@
<?php
print 'SimpleTest PHP was executed!';

View file

@ -0,0 +1 @@
SELECT invalid_field FROM {invalid_table}

View file

@ -0,0 +1 @@
SELECT invalid_field FROM {invalid_table}