Skip to content
Snippets Groups Projects
Commit 0da1b6e7 authored by Angie Byron's avatar Angie Byron
Browse files

Issue #1969406 by rootatwc, Berdir: Fixed PHPUnit Test asserting logging broken.

parent 2f303cc8
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
...@@ -776,7 +776,7 @@ function simpletest_phpunit_xml_to_rows($test_id, $phpunit_xml_file) { ...@@ -776,7 +776,7 @@ function simpletest_phpunit_xml_to_rows($test_id, $phpunit_xml_file) {
'message' => $message, 'message' => $message,
'message_group' => 'Other', // TODO: Check on the proper values for this. 'message_group' => 'Other', // TODO: Check on the proper values for this.
'function' => $attributes->class . '->' . $attributes->name . '()', 'function' => $attributes->class . '->' . $attributes->name . '()',
'line' => (string)$attributes->line, 'line' => (int) $attributes->line,
'file' => (string) $attributes->file, 'file' => (string) $attributes->file,
); );
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment