public function NativePhpunitTask::setHaltonerror

File

drupal/core/vendor/doctrine/common/tests/NativePhpunitTask.php, line 74

Class

NativePhpunitTask
A more flexible and powerful PHPUnit Task than the native Phing one.

Code

public function setHaltonerror($haltonerrors) {
  $this->haltonerror = $haltonerrors;
}