public function NativePhpunitTask::setTestdirectory

File

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

Class

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

Code

public function setTestdirectory($directory) {
  $this->testdirectory = $directory;
}