Fixes
This commit is contained in:
parent
d46ecce159
commit
d07e98178e
2 changed files with 25 additions and 20 deletions
|
|
@ -145,7 +145,7 @@ class PhpUnit extends Plugin implements ZeroConfigPluginInterface
|
|||
protected function runConfigFile($configFile)
|
||||
{
|
||||
$options = clone $this->options;
|
||||
$buildPath = $this->build->getBuildPath() . DIRECTORY_SEPARATOR;
|
||||
$buildPath = $this->build->getBuildPath();
|
||||
|
||||
// Save the results into a json file
|
||||
$jsonFile = tempnam(RUNTIME_DIR, 'jLog_');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue