protected function getOptionsForSelfReferentialCommand()
 {
     $options = parent::getOptionsForSelfReferentialCommand();
     $options['piwik-tests-plugins'] = '..';
     // make sure --piwik-tests-plugins is used correctly when executed in travis-ci
     return $options;
 }