diff --git a/composer.lock b/composer.lock index c179281c1d..2fd89e373a 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "38c8384dea91c895efa0d3119c037f84", + "content-hash": "7c19b29738cf44de507d0baa3bd31665", "packages": [ { "name": "asm89/stack-cors", @@ -3652,9 +3652,6 @@ "ext-zip": "Enabling the zip extension allows you to unzip archives", "ext-zlib": "Allow gzip compression of HTTP requests" }, - "bin": [ - "bin/composer" - ], "type": "library", "extra": { "branch-alias": { diff --git a/core/modules/simpletest/src/Form/SimpletestResultsForm.php b/core/modules/simpletest/src/Form/SimpletestResultsForm.php index 51adc07644..adc1d4a5bb 100644 --- a/core/modules/simpletest/src/Form/SimpletestResultsForm.php +++ b/core/modules/simpletest/src/Form/SimpletestResultsForm.php @@ -102,7 +102,6 @@ protected static function buildStatusImageMap() { 'pass' => $image_pass, 'fail' => $image_fail, 'exception' => $image_exception, - 'error' => $image_exception, 'debug' => $image_debug, ]; } @@ -288,7 +287,6 @@ public static function addResultForm(array &$form, array $results) { '#pass' => 0, '#fail' => 0, '#exception' => 0, - '#error' => 0, '#debug' => 0, ];