Skip to content

Commit b58b8c5

Browse files
committed
Fix build
1 parent a39a46f commit b58b8c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/PHPStan/Composer/AutoloadFilesTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ public function testExpectedFiles(): void
5151
'hoa/protocol/Wrapper.php', // Hoa isn't prefixed, no need to load this eagerly
5252
'jetbrains/phpstorm-stubs/PhpStormStubsMap.php', // added to phpstan-dist/bootstrap.php
5353
'myclabs/deep-copy/src/DeepCopy/deep_copy.php', // dev dependency of PHPUnit
54+
'phpstan/php-8-stubs/Php8StubsMap.php',
5455
'react/promise-stream/src/functions_include.php', // added to phpstan-dist/bootstrap.php
5556
'react/promise-timer/src/functions_include.php', // added to phpstan-dist/bootstrap.php
5657
'react/promise/src/functions_include.php', // added to phpstan-dist/bootstrap.php

0 commit comments

Comments
 (0)