for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
class Bad_PHP_Job
{
public function perform()
throw new Exception('Unable to run this job!');
}