Skip to content

Commit 5dc562c

Browse files
committed
Fix AutoloadFilesTest (see also phpstan/phpstan@667df3a)
1 parent f3e53ce commit 5dc562c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/PHPStan/Composer/AutoloadFilesTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,15 @@ public function testExpectedFiles(): void
4646
sort($autoloadFiles);
4747

4848
$expectedFiles = [
49+
'clue/block-react/src/functions_include.php', // added to phpstan-dist/bootstrap.php
4950
'hoa/consistency/Prelude.php', // Hoa isn't prefixed, no need to load this eagerly
5051
'hoa/protocol/Wrapper.php', // Hoa isn't prefixed, no need to load this eagerly
5152
'jetbrains/phpstorm-stubs/PhpStormStubsMap.php', // added to phpstan-dist/bootstrap.php
5253
'myclabs/deep-copy/src/DeepCopy/deep_copy.php', // dev dependency of PHPUnit
54+
'react/promise-stream/src/functions_include.php', // added to phpstan-dist/bootstrap.php
5355
'react/promise-timer/src/functions_include.php', // added to phpstan-dist/bootstrap.php
5456
'react/promise/src/functions_include.php', // added to phpstan-dist/bootstrap.php
57+
'ringcentral/psr7/src/functions_include.php', // added to phpstan-dist/bootstrap.php
5558
'symfony/polyfill-ctype/bootstrap.php', // afaik polyfills aren't necessary
5659
'symfony/polyfill-mbstring/bootstrap.php', // afaik polyfills aren't necessary
5760
'symfony/polyfill-php73/bootstrap.php', // afaik polyfills aren't necessary

0 commit comments

Comments
 (0)