1
0
Fork 0

🤦‍♂️

pull/10701/head
Jordi Boggiano 2022-04-02 13:04:03 +02:00
parent 6b330b7456
commit 1cc23e1a8b
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC
1 changed files with 1 additions and 1 deletions

View File

@ -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']);
}