Test fixes
This commit is contained in:
parent
5b9c1d32f1
commit
6c4c669492
8 changed files with 32 additions and 36 deletions
|
|
@ -63,7 +63,7 @@ abstract class BaseCommandExecutor implements CommandExecutor
|
|||
$this->quiet = $quiet;
|
||||
$this->verbose = $verbose;
|
||||
$this->lastOutput = array();
|
||||
$this->rootDir = $rootDir;
|
||||
$this->rootDir = rtrim($rootDir, '/\\') . DIRECTORY_SEPARATOR;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue