File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments