1
0
Fork 0

use dirsep so phpunit on windows doesnt fail

pull/4811/head
Rob Bast 2016-01-26 11:23:08 +01:00
parent 5e73b21c70
commit a8995b2572
1 changed files with 2 additions and 2 deletions

View File

@ -39,10 +39,10 @@ class LibraryInstallerTest extends TestCase
$this->composer->setConfig($this->config);
$this->rootDir = $this->getUniqueTmpDirectory();
$this->vendorDir = $this->rootDir.'/vendor';
$this->vendorDir = $this->rootDir.DIRECTORY_SEPARATOR.'vendor';
$this->ensureDirectoryExistsAndClear($this->vendorDir);
$this->binDir = $this->rootDir.'/bin';
$this->binDir = $this->rootDir.DIRECTORY_SEPARATOR.'bin';
$this->ensureDirectoryExistsAndClear($this->binDir);
$this->config->merge(array(