--TEST-- P4 Jobs - Using a hash to create specs. --ARGS-- -c tests/php.ini --SKIPIF-- --FILE-- fetch_job(); $job['Description'] = 'This is a test job'; $results = $p4->save_job($job); var_dump($results); $p4->disconnect(); ?> --CLEAN-- --EXPECTF-- array(1) { [0]=> string(20) "Job job%d saved." }