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

–FILE– <?php $group = 'incomplete'; $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– I

Finished in %i second%S 1 test, 0 assertions, 1 incomplete