Skip to content

Commit

Permalink
Update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
Luc45 committed Nov 28, 2024
1 parent 4e753d0 commit 9b834e0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _tests/managed_tests/tests/QITE2ETestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ protected function normalize_count( int $count ): int {
echo "{$count}\n";
}
} else {
$normalize_to_closest = 5000;
$normalize_to_closest = 10000;
if ( $count % $normalize_to_closest === 0 ) {
echo "Skipping normalization as it's already divisible by $normalize_to_closest\n";
} else {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2844,7 +2844,7 @@
"debug_log": {
"generic": [
{
"count": "15000",
"count": "10000",
"message": "PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wp-mail-logging domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in \\/var\\/www\\/html\\/wp-includes\\/functions.php on line 6114"
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2844,7 +2844,7 @@
"debug_log": {
"generic": [
{
"count": "15000",
"count": "10000",
"message": "PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wp-mail-logging domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in \\/var\\/www\\/html\\/wp-includes\\/functions.php on line 6114"
}
]
Expand Down

0 comments on commit 9b834e0

Please sign in to comment.