Interpolate PHPUnit arguments

This commit is contained in:
Jari Ylimäinen 2014-05-02 22:58:22 +03:00
parent c164295170
commit 709c2fdd8d

View file

@ -101,7 +101,7 @@ class PhpUnit implements PHPCI\Plugin, PHPCI\ZeroConfigPlugin
}
if (isset($options['args'])) {
$this->args = $options['args'];
$this->args = $this->phpci->interpolate($options['args']);
}
if (isset($options['path'])) {