Initial Drupal 11 with DDEV setup
5
web/core/tests/fixtures/files/README.txt
vendored
Normal 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.
|
||||
1
web/core/tests/fixtures/files/html-1.txt
vendored
Normal file
@ -0,0 +1 @@
|
||||
<h1>Test HTML</h1>
|
||||
1
web/core/tests/fixtures/files/html-2.html
vendored
Normal file
@ -0,0 +1 @@
|
||||
<h1>Test HTML</h1>
|
||||
BIN
web/core/tests/fixtures/files/image-1.png
vendored
Normal file
|
After Width: | Height: | Size: 38 KiB |
BIN
web/core/tests/fixtures/files/image-2.jpg
vendored
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
web/core/tests/fixtures/files/image-3.jpg
vendored
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
web/core/tests/fixtures/files/image-test-iccp-profile.png
vendored
Normal file
|
After Width: | Height: | Size: 5.7 KiB |
BIN
web/core/tests/fixtures/files/image-test-no-transparency.gif
vendored
Normal file
|
After Width: | Height: | Size: 964 B |
BIN
web/core/tests/fixtures/files/image-test-transparent-indexed.gif
vendored
Normal file
|
After Width: | Height: | Size: 140 B |
BIN
web/core/tests/fixtures/files/image-test-transparent-out-of-range.gif
vendored
Normal file
|
After Width: | Height: | Size: 183 B |
BIN
web/core/tests/fixtures/files/image-test.gif
vendored
Normal file
|
After Width: | Height: | Size: 183 B |
BIN
web/core/tests/fixtures/files/image-test.jpg
vendored
Normal file
|
After Width: | Height: | Size: 1.9 KiB |
BIN
web/core/tests/fixtures/files/image-test.png
vendored
Normal file
|
After Width: | Height: | Size: 125 B |
BIN
web/core/tests/fixtures/files/img-test.avif
vendored
Normal file
|
After Width: | Height: | Size: 376 B |
BIN
web/core/tests/fixtures/files/img-test.webp
vendored
Normal file
|
After Width: | Height: | Size: 114 B |
1
web/core/tests/fixtures/files/invalid-img-test.png
vendored
Normal file
@ -0,0 +1 @@
|
||||
invalid image file
|
||||
0
web/core/tests/fixtures/files/invalid-img-zero-size.png
vendored
Normal file
3
web/core/tests/fixtures/files/javascript-1.txt
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
<script>
|
||||
alert('JavaScript was executed!');
|
||||
</script>
|
||||
3
web/core/tests/fixtures/files/javascript-2.script
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
<script>
|
||||
alert('JavaScript was executed!');
|
||||
</script>
|
||||
4
web/core/tests/fixtures/files/php-1.txt
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
<?php
|
||||
// phpcs:ignoreFile
|
||||
print 'PHP was executed!';
|
||||
?>
|
||||
3
web/core/tests/fixtures/files/php-2.php
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
<?php
|
||||
// phpcs:ignoreFile
|
||||
print 'PHP was executed!';
|
||||
1
web/core/tests/fixtures/files/sql-1.txt
vendored
Normal file
@ -0,0 +1 @@
|
||||
SELECT invalid_field FROM {invalid_table}
|
||||
1
web/core/tests/fixtures/files/sql-2.sql
vendored
Normal file
@ -0,0 +1 @@
|
||||
SELECT invalid_field FROM {invalid_table}
|
||||
0
web/core/tests/fixtures/files/translations/drupal-8.0.0-beta2.hu.po
vendored
Normal file
0
web/core/tests/fixtures/files/translations/drupal-8.0.0.de.po
vendored
Normal file
4
web/core/tests/fixtures/files/translations/drupal-8.0.0.fr____CA.po
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
# This file exists to prove that
|
||||
# \Drupal\Core\StringTranslation\Translator\FileTranslation::findTranslationFiles()
|
||||
# does not find it. See
|
||||
# \Drupal\KernelTests\Core\Installer\InstallerLanguageTest::testInstallerTranslationFiles()
|
||||