mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
🤦♂️
This commit is contained in:
parent
6b330b7456
commit
1cc23e1a8b
1 changed files with 1 additions and 1 deletions
|
@ -1608,7 +1608,7 @@ EOF;
|
|||
$parsed = $this->generator->parseAutoloads($map, $package);
|
||||
$this->assertSame(array(
|
||||
preg_quote(strtr((string) realpath(dirname($this->workingDir)), '\\', '/')).'/excludedroot($|/)',
|
||||
preg_quote(strtr((string) realpath(dirname($this->workingDir)), '\\', '/')).'/root/excl($|/)'
|
||||
preg_quote(strtr((string) realpath($this->workingDir), '\\', '/')).'/root/excl($|/)'
|
||||
), $parsed['exclude-from-classmap']);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue