–TEST– phpunit Number - Only passing tests and colors enabled

–FILE– <?php $group = 'passing'; $testClass = 'NumberTest';

$_SERVER[1] = '–group'; $_SERVER[2] = $group; $_SERVER[3] = '–colors'; $_SERVER[4] = dirname(__FILE__) . “/_files/${testClass}.php”;

require_once 'PHPUnit/Autoload.php'; PHPUnit_TextUI_Command::main(); ?> –EXPECTF– ..

Finished in %i second%S 2 tests, 2 assertions