Test fixes

This commit is contained in:
Dmitry Khomutov 2016-04-20 19:51:10 +06:00
commit 6c4c669492
8 changed files with 32 additions and 36 deletions

View file

@ -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;
}
/**