Adds a deprecated feature notice to the list of deprecated features used during run
PHPUnit_Util_DeprecatedFeature $deprecatedFeature:
public function addDeprecatedFeature(PHPUnit_Util_DeprecatedFeature $deprecatedFeature) {
$this->deprecatedFeatures[] = $deprecatedFeature;
}