expectDeprecated() public method

public expectDeprecated ( )
 public function expectDeprecated()
 {
     parent::expectDeprecated();
     add_action('deprecated_file_included', array($this, 'deprecated_file_run'));
     add_action('deprecated_file_trigger_error', '__return_false');
 }