Merge pull request #389 from JariInc/master
Interpolate PHPUnit arguments
This commit is contained in:
commit
bdad9ceb14
1 changed files with 1 additions and 1 deletions
|
|
@ -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'])) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue