public function NativePhpunitTask::setConfiguration

File

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

Class

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

Code

public function setConfiguration($configuration) {
  if (strlen($configuration) == 0) {
    $configuration = NULL;
  }
  $this->configuration = $configuration;
}