From cbdc933b68f42dacf44143441595b9df36ce7f2b Mon Sep 17 00:00:00 2001 From: Ondrej Mirtes Date: Mon, 3 Jun 2024 09:47:57 +0200 Subject: [PATCH] Fix build --- tests/PHPStan/Composer/AutoloadFilesTest.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/PHPStan/Composer/AutoloadFilesTest.php b/tests/PHPStan/Composer/AutoloadFilesTest.php index b16b469e75..889d37e1c7 100644 --- a/tests/PHPStan/Composer/AutoloadFilesTest.php +++ b/tests/PHPStan/Composer/AutoloadFilesTest.php @@ -61,9 +61,7 @@ public function testExpectedFiles(): void 'jetbrains/phpstorm-stubs/PhpStormStubsMap.php', // added to phpstan-dist/bootstrap.php 'myclabs/deep-copy/src/DeepCopy/deep_copy.php', // dev dependency of PHPUnit 'react/async/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/deprecation-contracts/function.php', // afaik polyfills aren't necessary 'symfony/polyfill-ctype/bootstrap.php', // afaik polyfills aren't necessary 'symfony/polyfill-intl-grapheme/bootstrap.php', // afaik polyfills aren't necessary