Files
DrupalTutorial/core/tests/fixtures/files/php-1.txt
2024-07-15 12:33:27 +02:00

5 lines
56 B
Plaintext
Executable File

<?php
// phpcs:ignoreFile
print 'PHP was executed!';
?>