public function PHPUnit_Util_DeprecatedFeature::__construct

Parameters

string $message:

array $traceInfo:

File

drupal/core/vendor/phpunit/phpunit/PHPUnit/Util/DeprecatedFeature.php, line 75

Class

PHPUnit_Util_DeprecatedFeature
Class to hold the information about a deprecated feature that was used

Code

public function __construct($message, array $traceInfo = array()) {
  $this->message = $message;
  $this->traceInfo = $traceInfo;
}