public function NativePhpunitTask::setTestfile

File

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

Class

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

Code

public function setTestfile($testfile) {
  $this->testfile = $testfile;
}