Files @ 71cc7b092600
Branch filter:

Location: majic-ansible-roles/roles/php_website/molecule/default/tests/data/php/mandatory/index.php

branko
MAR-218: Drop deprecated argument for command invocation:

- This might require fixing down the line in some other way (to avoid
warnings being spit out).
1
2
3
4
5
<?php

echo "This is the index page for parameters-mandatory.";

?>