Skip to content

Commit

Permalink
🤦‍♂️
Browse files Browse the repository at this point in the history
  • Loading branch information
Seldaek committed Apr 2, 2022
1 parent 6b330b7 commit 1cc23e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Composer/Test/Autoload/AutoloadGeneratorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -1608,7 +1608,7 @@ public function testAutoloadRulesInPackageThatDoesNotExistOnDisk()
$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']);
}

Expand Down

0 comments on commit 1cc23e1

Please sign in to comment.