public function NativePhpunitTask::setTest

File

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

Class

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

Code

public function setTest($test) {
  $this->test = $test;
}