Fix tests
parent
34fa266114
commit
6b330b7456
|
@ -1607,8 +1607,8 @@ EOF;
|
||||||
$map = $this->generator->buildPackageMap($this->im, $package, array($dep));
|
$map = $this->generator->buildPackageMap($this->im, $package, array($dep));
|
||||||
$parsed = $this->generator->parseAutoloads($map, $package);
|
$parsed = $this->generator->parseAutoloads($map, $package);
|
||||||
$this->assertSame(array(
|
$this->assertSame(array(
|
||||||
preg_quote(strtr((string) realpath(dirname($this->workingDir))), '\\', '/').'/excludedroot($|/)',
|
preg_quote(strtr((string) realpath(dirname($this->workingDir)), '\\', '/')).'/excludedroot($|/)',
|
||||||
preg_quote(strtr((string) realpath(dirname($this->workingDir))), '\\', '/').'/root/excl($|/)'
|
preg_quote(strtr((string) realpath(dirname($this->workingDir)), '\\', '/')).'/root/excl($|/)'
|
||||||
), $parsed['exclude-from-classmap']);
|
), $parsed['exclude-from-classmap']);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue