diff --git a/tests/PHPStan/Composer/AutoloadFilesTest.php b/tests/PHPStan/Composer/AutoloadFilesTest.php index def7c2610c..4befb25358 100644 --- a/tests/PHPStan/Composer/AutoloadFilesTest.php +++ b/tests/PHPStan/Composer/AutoloadFilesTest.php @@ -46,12 +46,15 @@ public function testExpectedFiles(): void sort($autoloadFiles); $expectedFiles = [ + 'clue/block-react/src/functions_include.php', // added to phpstan-dist/bootstrap.php 'hoa/consistency/Prelude.php', // Hoa isn't prefixed, no need to load this eagerly 'hoa/protocol/Wrapper.php', // Hoa isn't prefixed, no need to load this eagerly 'jetbrains/phpstorm-stubs/PhpStormStubsMap.php', // added to phpstan-dist/bootstrap.php 'myclabs/deep-copy/src/DeepCopy/deep_copy.php', // dev dependency of PHPUnit + 'react/promise-stream/src/functions_include.php', // added to phpstan-dist/bootstrap.php 'react/promise-timer/src/functions_include.php', // added to phpstan-dist/bootstrap.php 'react/promise/src/functions_include.php', // added to phpstan-dist/bootstrap.php + 'ringcentral/psr7/src/functions_include.php', // added to phpstan-dist/bootstrap.php 'symfony/polyfill-ctype/bootstrap.php', // afaik polyfills aren't necessary 'symfony/polyfill-mbstring/bootstrap.php', // afaik polyfills aren't necessary 'symfony/polyfill-php73/bootstrap.php', // afaik polyfills aren't necessary