From a question in Ask Ubuntu, i found this useful way to test the behaviour of a script that one wants to run as a cron job:
/bin/sh -c "(export PATH=/usr/bin:/bin; /path_to_script/script.php </dev/null)"
From a question in Ask Ubuntu, i found this useful way to test the behaviour of a script that one wants to run as a cron job:
/bin/sh -c "(export PATH=/usr/bin:/bin; /path_to_script/script.php </dev/null)"