test: breaking code

This commit is contained in:
gpedro
2022-11-22 19:45:50 -04:00
parent 8270432041
commit 9d385a3421

View File

@@ -1,6 +1,6 @@
<?php <?php
if(PHP_SAPI !== 'cli') { if(PHP_SAPI !== 'cli' {
echo 'This script can be run only in command line mode.'; echo 'This script can be run only in command line mode.';
exit(1); exit(1);
} }