Merge pull request #389 from JariInc/master

Interpolate PHPUnit arguments
This commit is contained in:
Steve B 2014-05-08 09:32:33 +01:00
commit bdad9ceb14

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'])) {