4 lines
234 B
PowerShell
4 lines
234 B
PowerShell
# Create sample files for upload smoke tests
|
|
Set-Content -Path .\tests\smoke\public\sample.txt -Value "hello world"
|
|
Set-Content -Path .\tests\smoke\public\suspicious.php -Value "<?php echo 'bad'; ?>"
|
|
Write-Host "Created sample files." |