diff --git a/projects/packages/autoloader/changelog/fix-autoloader-tests b/projects/packages/autoloader/changelog/fix-autoloader-tests new file mode 100644 index 0000000000000..b792b7fcacbd7 --- /dev/null +++ b/projects/packages/autoloader/changelog/fix-autoloader-tests @@ -0,0 +1,4 @@ +Significance: patch +Type: fixed + +Update tests for changed composer 2.0.9 hash. diff --git a/projects/packages/autoloader/tests/php/lib/class-test-plugin-factory.php b/projects/packages/autoloader/tests/php/lib/class-test-plugin-factory.php index 4239b61148012..acb9ec6bec710 100644 --- a/projects/packages/autoloader/tests/php/lib/class-test-plugin-factory.php +++ b/projects/packages/autoloader/tests/php/lib/class-test-plugin-factory.php @@ -363,7 +363,7 @@ private function execute_composer( $plugin_dir ) { '2.0.9' => array( 'min' => '2.6.0', 'url' => 'https://getcomposer.org/download/2.0.9/composer.phar', - 'sha256' => '24faa5bc807e399f32e9a21a33fbb5b0686df9c8850efabe2c047c2ccfb9f9cc', + 'sha256' => '8e91344a5ca2fc0fb583c50f195a1f36918908561c4ea3d6f01a4ef01c3b8560', ), // Version 2.0.6 of Composer changed a base class we used to inherit in a way that throws fatals. '2.0.5' => array(