Skip to content

Commit

Permalink
Fix AutoloadFilesTest (see also phpstan/phpstan@667df3a)
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Sep 24, 2020
1 parent f3e53ce commit 5dc562c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/PHPStan/Composer/AutoloadFilesTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5dc562c

Please sign in to comment.