PHPUnit_Framework_TestResult $result:
protected function printIncompletes(PHPUnit_Framework_TestResult $result) { $this ->printDefects($result ->notImplemented(), $result ->notImplementedCount(), 'incomplete test'); }