Skip to content

Commit

Permalink
Try to fix
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentLanglet committed Aug 6, 2024
1 parent 3686f99 commit 54a3313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ComposerJsonTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public function testComposerJson(): void
realpath(__DIR__ . '/data/not-autoloaded/composer/dir2/file1.php') => false,
realpath(__DIR__ . '/data/not-autoloaded/composer/dir1') => false,
realpath(__DIR__ . '/data/not-autoloaded/composer/dir2') => false,
'/absolute/dir' => false,
DIRECTORY_SEPARATOR . 'absolute' . DIRECTORY_SEPARATOR . 'dir' => false,
],
$composerJson->autoloadPaths
);
Expand Down

0 comments on commit 54a3313

Please sign in to comment.