Skip to content

Instantly share code, notes, and snippets.

@omansour
Created July 23, 2012 13:44
Show Gist options
  • Save omansour/3163662 to your computer and use it in GitHub Desktop.
Save omansour/3163662 to your computer and use it in GitHub Desktop.
fichier de param d'atoum avec un fichier de score par user
<?php
use
mageekguy\atoum\scripts
;
$score_file = '/tmp/'.posix_getpwuid(posix_getuid())['name'].'atoum.score';
scripts\runner::setScoreFile($score_file);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment